diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 20:09:27 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 20:09:27 +0000 |
| commit | 5e060c40fba964fe6696b7bc8cc4692c4baa65d9 (patch) | |
| tree | f0f015ccb306080d3d2e58da856a5ba104185af4 /opt/cgit/MAKEPKG | |
| parent | 86326490e4e06f674bb1eb9ffcf82d0b45bf44b5 (diff) | |
| download | ports-5e060c40fba964fe6696b7bc8cc4692c4baa65d9.tar.gz | |
sync 2026-09-26 20:09 UTC
2 files changed, 9 insertions(+), 7 deletions(-)
Diffstat (limited to 'opt/cgit/MAKEPKG')
| -rw-r--r-- | opt/cgit/MAKEPKG | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/opt/cgit/MAKEPKG b/opt/cgit/MAKEPKG index 6203fd5..aa8e43d 100644 --- a/opt/cgit/MAKEPKG +++ b/opt/cgit/MAKEPKG @@ -4,13 +4,13 @@ name=cgit version=1.3.1 -release=1 +release=2 _gitver=2.54.0 -depends=(libressl zlib) +depends=(libressl zlib fcgiwrap) groups=(git:user:git:/var/lib/git:755:907:907) permissions=( - /etc/cgitrc:root:http:640 - /var/cache/cgit:http:http:755 + /etc/cgitrc:root:root:644 + /var/cache/cgit:fcgiwrap:fcgiwrap:755 /var/lib/git:git:git:755 ) source=( @@ -41,6 +41,7 @@ build() { NO_TCLTK=1 \ NO_PERL=1 \ NO_PYTHON=1 \ + NO_LUA=1 \ NO_REGEX=NeedsStartEnd make \ @@ -64,6 +65,7 @@ build() { '' \ 'css=/cgit.css' \ 'logo=/cgit.png' \ + 'virtual-root=/' \ 'favicon=/favicon.ico' \ '' \ 'cache-size=1000' \ |
