diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-05-11 22:43:24 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-05-11 22:46:53 +0100 |
commit | 74089cfe9303fc8a427b8727ce55ee20ced01e72 (patch) | |
tree | c2cc7353aa634922ab29c890f65fd7175027be3f /.SRCINFO | |
parent | e09875f18e32f37001182170a3f4fb2fc1918e45 (diff) | |
download | honk_aur-74089cfe9303fc8a427b8727ce55ee20ced01e72.tar.gz honk_aur-74089cfe9303fc8a427b8727ce55ee20ced01e72.zip |
Add fixes suggested by kseistrup on the AUR
- strip option since not debugging
- zipman for manpage gunzipping
- go instead of gcc-go dependency
- put binary in more standard places
- install man pages in /usr/share/man sections
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,21 +1,22 @@ pkgbase = honk pkgdesc = ActivityPub compatible server with web frontend. pkgver = 0.9.6 - pkgrel = 4 + pkgrel = 5 epoch = 0 url = https://humungus.tedunangst.com/r/honk install = honk.install changelog = honk.changelog arch = x86_64 license = custom:ISC - makedepends = gcc-go + makedepends = go makedepends = sqlite - depends = gcc-go + depends = go depends = sqlite - optdepends = nginx: for TLS and reverse proxying + optdepends = nginx: for TLS and reverse proxying. provides = honk conflicts = honk - options = !strip + options = strip + options = zipman source = honk-0.9.6.tar.gz::https://humungus.tedunangst.com/r/honk/d/honk-0.9.6.tgz sha512sums = d946be7796be2ef7dc565710351b0b27da947f4e65a2a8f52ec99624c66fb6fd5e21d3fa58fec691d944b4acfa6256b0ad1090f3f8f5191e6c3714f3eae99b29 |