diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 21:12:37 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 21:12:37 +0000 |
| commit | 9593c33826a470e8ce577087b9356f8b409a8ac6 (patch) | |
| tree | aa350e2ba7af6cd7401a69116b26d8709a2faf31 /opt/cgit/MAKEPKG | |
| parent | e38f6354f78c163383485f1ba3cc87cdc5946f22 (diff) | |
| download | ports-9593c33826a470e8ce577087b9356f8b409a8ac6.tar.gz | |
3 files changed, 1026 insertions(+), 4 deletions(-)
Diffstat (limited to 'opt/cgit/MAKEPKG')
| -rw-r--r-- | opt/cgit/MAKEPKG | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/opt/cgit/MAKEPKG b/opt/cgit/MAKEPKG index cce9883..a5a0a0b 100644 --- a/opt/cgit/MAKEPKG +++ b/opt/cgit/MAKEPKG @@ -4,7 +4,7 @@ name=cgit version=1.3.1 -release=1 +release=2 _gitver=2.54.0 depends=(libressl zlib fcgiwrap) groups=(git:user:git:/var/lib/git:755:907:907) @@ -16,10 +16,12 @@ permissions=( source=( https://git.zx2c4.com/cgit/snapshot/$name-$version.tar.xz https://www.kernel.org/pub/software/scm/git/git-$_gitver.tar.xz + cgit.css ) sha256sums=( "c40fd71e120783d5e57d822208f3e17333cde2cd4baf3e7c8c75630b68afe12a" "f689162364c10de79ef89aa8dbf48731eb057e34edbbd20aca510ce0154681a3" + "8d1b057d02061d959a4daafbf2adad122311aebbd994db4708c3211cd1e35f1a" ) build() { @@ -88,6 +90,7 @@ build() { > $PKG/etc/cgitrc rm -rf $PKG/usr/share/doc + install -m 644 $SRC/cgit.css $PKG/usr/share/webapps/cgit/cgit.css } signify() { |
