Update PKGBUILD

This commit is contained in:
Edgar P. Burkhart 2022-05-21 12:32:03 +02:00
parent 36314f8456
commit dafa5bc75a
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
60 changed files with 5 additions and 19816 deletions

View file

@ -1,6 +1,6 @@
pkgname=nummi
pkgver=0.1.0
pkgrel=4
pkgrel=5
pkgdesc="Web-based accounting interface"
arch=("any")
url="https://git.edgarpierre.fr/edpibu/nummi"
@ -20,7 +20,9 @@ source=(
)
package() {
install -Dm755 ${pkgname}/${pkgname} -t "${pkgdir}"/opt/
cd ${pkgname}
find * -type f -exec install -Dm0644 "{}" "${pkgdir}/usr/share/webapps/${pkgname}/{}" \;
install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
install -Dm644 ${pkgname}.socket -t "${pkgdir}"/usr/lib/systemd/system/
install -Dm644 ${pkgname}.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf