summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author@RubenKelevra2020-05-12 09:44:07 +0200
committer@RubenKelevra2020-05-12 09:44:07 +0200
commit556511915e2c0347890aa7a50ebf49a46f61a4e0 (patch)
tree6e76616bbd180587734f4652d21b8246a478fc9c /PKGBUILD
parentc554f19542e8a2478179c0e26077d9ecaca5b719 (diff)
downloadaur-556511915e2c0347890aa7a50ebf49a46f61a4e0.tar.gz
add systemd-sysusers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 175b3b214c45..4076ea20b30d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=go-ipfs
pkgname=$_pkgname-git
pkgver=0.5.1.r89.gb786c32b6
-pkgrel=2
+pkgrel=3
pkgdesc='A peer-to-peer hypermedia distribution protocol'
url="https://github.com/ipfs/$_pkgname"
arch=('i686' 'x86_64' 'armv7h')
@@ -63,6 +63,8 @@ package() {
install -Dm 644 misc/systemd/ipfs-api.socket "$pkgdir/usr/lib/systemd/system/ipfs-api.socket"
install -Dm 644 misc/systemd/ipfs-gateway.socket "$pkgdir/usr/lib/systemd/system/ipfs-gateway.socket"
install -Dm 644 misc/systemd/ipfs.service "$pkgdir/usr/lib/systemd/system/ipfs.service"
+ # systemd-sysusers
+ install -Dm 644 "misc/systemd/ipfs-sysusers.conf" "${pkgdir}/usr/lib/sysusers.d/ipfs.conf"
install -Dm 644 misc/completion/ipfs-completion.bash "$pkgdir/usr/share/bash-completion/completions/ipfs"
install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname/MIT" LICENSE-MIT
install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname/APACHE" LICENSE-APACHE