ctucx.git: alpine-pkgs

My personal alpine-packages [deprecated in favor of nixos]

commit 1ad7c66d4baa95fece773a7256aac354baf7113c
parent 71884b57e1a150effd0aa3aa3aee428077fcd264
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 14 Mar 2021 01:23:58 +0100

ctucx-gallery: update to commit 98a77d33e618e5bdd02231eeaacec754c54aa9af
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ctucx-gallery/APKBUILD b/ctucx-gallery/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leah (ctucx) <leah@ctu.cx>
 pkgname=ctucx-gallery
 pkgver=0.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="gallery-generator written in nimlang, used for photos.ctu.cx"
 url="https://cgit.ctu.cx/gallery"
 arch="all"

@@ -10,7 +10,7 @@ license="MIT"
 depends="imagemagick libexif"
 makedepends="nim git nimble libexif-dev"
 subpackages=""
-_commit="6434e8a8c809c857c9349f819c9a7de65a23d184"
+_commit="98a77d33e618e5bdd02231eeaacec754c54aa9af"
 source="${pkgname}-${_commit}.tar.gz::https://cgit.ctu.cx/gallery/snapshot/gallery-${_commit}.tar.gz"
 builddir="${srcdir}/gallery-${_commit}/"
 

@@ -24,7 +24,7 @@ check() {
 }
 
 package() {
-        install -Dm755 ${builddir}/gallery ${pkgdir}/usr/bin/ctucx-${pkgname}
-	install -Dm755 ${builddir}/sample.config ${pkgdir}/etc/ctucx-${pkgname}.conf
+        install -Dm755 ${builddir}/gallery ${pkgdir}/usr/bin/${pkgname}
+	install -Dm755 ${builddir}/sample.config ${pkgdir}/etc/${pkgname}.conf.sample
 }
-sha512sums="eb53d6465f3a19ceccacb3fc6eb709ec7d35a2279eccbcd924fee80e4dd4b608a7b169c6ac5e92580a7233922017ae8ec3e0a26378d0c6b49a11e5d37275fc06  ctucx-gallery-6434e8a8c809c857c9349f819c9a7de65a23d184.tar.gz"
+sha512sums="cf91b7562b90af6cc4e04eb52df445cd818091d6756e00be83e78e8d7d5c8495337da04004fafaddabdf910c1d9fbbb2bf47bc9f03321da67a853d9cfb8ac58a  ctucx-gallery-98a77d33e618e5bdd02231eeaacec754c54aa9af.tar.gz"