diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-04-27 17:35:49 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-04-27 17:38:56 -0400 |
commit | c2c8603440b7554e3e8bc13fcd87e271b14d7db7 (patch) | |
tree | dd9996aa01b34af156229dc82a6ea8a88497bbb7 /pcr-testing/gophernicus/PKGBUILD | |
parent | 5e3953bc7db3864c86648fb3b2669ddf4a9b2a42 (diff) | |
download | abslibre-c2c8603440b7554e3e8bc13fcd87e271b14d7db7.tar.gz abslibre-c2c8603440b7554e3e8bc13fcd87e271b14d7db7.tar.bz2 abslibre-c2c8603440b7554e3e8bc13fcd87e271b14d7db7.zip |
[gophernicus]: add .install file
Diffstat (limited to 'pcr-testing/gophernicus/PKGBUILD')
-rw-r--r-- | pcr-testing/gophernicus/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr-testing/gophernicus/PKGBUILD b/pcr-testing/gophernicus/PKGBUILD index d869e4b76..d01c74125 100644 --- a/pcr-testing/gophernicus/PKGBUILD +++ b/pcr-testing/gophernicus/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gophernicus pkgver=3.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Modern, full-featured (and hopefully) secure gopher daemon" arch=('armv7h' 'i686' 'x86_64') url="https://github.com/gophernicus/gophernicus" @@ -12,6 +12,7 @@ license=('BSD2') backup=(etc/xinetd.d/gophernicus srv/gopher/gophermap) +install=${pkgname}.install depends=('libwrap' 'xinetd') optdepends=("xinetd-openrc: openrc init-script") |