Package Details: honk-hg 1349.47ad620a35db-2

Git Clone URL: https://aur.archlinux.org/honk-hg.git (read-only, click to copy)
Package Base: honk-hg
Description: ActivityPub compatible server with web frontend. Mercurialtip.
Upstream URL: https://humungus.tedunangst.com/r/honk
Licenses: custom:ISC
Conflicts: honk, honk-hg
Provides: honk-hg
Submitter: lionelm
Maintainer: lionelm
Last Packager: lionelm
Votes: 0
Popularity: 0.000000
First Submitted: 2021-05-07 17:46 (UTC)
Last Updated: 2022-02-04 15:32 (UTC)

Latest Comments

kseistrup commented on 2022-02-04 15:44 (UTC)

:)

lionelm commented on 2022-02-04 15:43 (UTC) (edited on 2022-02-04 15:44 (UTC) by lionelm)

@kseistrup Doh! Updated the package again. Thank you.

kseistrup commented on 2022-02-03 20:38 (UTC)

@lionelm, mercurial is a makedepends of this package.

lionelm commented on 2022-02-03 18:15 (UTC)

@kseistrup Thank you very much, it's done. I'll remember this for other packages ! Thanks fo the tip!

kseistrup commented on 2022-01-28 08:27 (UTC)

This package doesn't currently build because install cannot find the gzipped docs. Instead of install'ing e.g. honk.1.gz just install honk.1 and everything will be fine — makepkg will take care of everything.

diff --git a/.SRCINFO b/.SRCINFO
index 85b3585..c5f20a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = honk-hg
    pkgdesc = ActivityPub compatible server with web frontend. Mercurialtip.
-   pkgver = 1341.f74b9ce19463
-   pkgrel = 2
+   pkgver = 1349.47ad620a35db
+   pkgrel = 1
    epoch = 0
    url = https://humungus.tedunangst.com/r/honk
    install = honk.install
diff --git a/PKGBUILD b/PKGBUILD
index 6b7151e..c5417c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@

 pkgname=honk-hg
 _pkgname=honk
-pkgver=1341.f74b9ce19463
-pkgrel=2
+pkgver=1354.8535bfb77c7c
+pkgrel=1
 epoch=0
 pkgdesc="ActivityPub compatible server with web frontend. Mercurialtip."
 arch=("x86_64")
@@ -25,7 +25,6 @@ pkgver() {
     cd honk
     echo $(hg identify -n).$(hg identify -i)
 }
-

 build() {
     cd "$srcdir/honk"
@@ -40,17 +39,16 @@ package() {
    install -Dm755 "$srcdir/$_pkgname/$_pkgname" -t "$pkgdir/usr/bin"
    install -Dm644 "$srcdir/$_pkgname"/views/* -t "$_PKG_HONKDIR/views/"
    install -Dm644 "$_PKG_DOCDIR"/* -t "$_PKG_HONKDIR/docs/"
-   
+
 #  gzip -k -f $_PKG_DOCDIR/*.{1,3,5,7,8}
   for i in {1,3,5,8}; do
-      install -Dm644 $_PKG_DOCDIR/honk.$i.gz -t ${_MANDIR}$i/
+      install -Dm644 $_PKG_DOCDIR/honk.$i -t ${_MANDIR}$i/
   done

-   install -Dm644 $_PKG_DOCDIR/activitypub.7.gz ${_MANDIR}7/honk_activitypub.7.gz
-   install -Dm644 $_PKG_DOCDIR/hfcs.1.gz ${_MANDIR}1/honk_hfcs.1.gz
-   install -Dm644 $_PKG_DOCDIR/intro.1.gz ${_MANDIR}1/honk_intro.1.gz
-   install -Dm644 $_PKG_DOCDIR/vim.3.gz ${_MANDIR}3/honk_vim.3.gz
-
+   install -Dm644 $_PKG_DOCDIR/activitypub.7 ${_MANDIR}7/honk_activitypub.7
+   install -Dm644 $_PKG_DOCDIR/hfcs.1 ${_MANDIR}1/honk_hfcs.1
+   install -Dm644 $_PKG_DOCDIR/intro.1 ${_MANDIR}1/honk_intro.1
+   install -Dm644 $_PKG_DOCDIR/vim.3 ${_MANDIR}3/honk_vim.3

    install -Dm644 "$srcdir/$_pkgname"/LICENSE -t "$pkgdir/usr/share/licenses/$_pkgname"
    install -Dm644 "../$_pkgname.service" -t "$pkgdir/usr/lib/systemd/system/"