Currently broken because the *.template files are not copied into the package. Here's a patch:
diff --git a/PKGBUILD b/PKGBUILD
index e1c4865..7b9a916 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,7 +56,7 @@ package() {
# Useless on pacman-based distributions
rm -f "$srcdir"/bin/installdependencies.sh
- cp -r -t "$pkgdir"/var/lib/$_pkgname "$srcdir"/{bin,externals,*.sh}
+ cp -r -t "$pkgdir"/var/lib/$_pkgname "$srcdir"/{bin,externals,*.sh,*.template}
# also see github-actions.tmpfiles
chmod 0775 "$pkgdir"/var/lib/$_pkgname
Pinned Comments
petronny commented on 2022-09-28 08:29 (UTC)
Prebuilt binaries of this package can be found in arch4edu.