aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jetring
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-01-04 15:28:25 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2016-01-04 15:29:00 +0100
commit0940999707d6d4e288d9ddabda4d1eb5db6e2d95 (patch)
treee1bd7977e5881888aac29b6a93342a32b781cf0b /testing/jetring
parent47c8de02d9c31987cca47ef76228d882e03a8e35 (diff)
downloadaports-0940999707d6d4e288d9ddabda4d1eb5db6e2d95.tar.bz2
aports-0940999707d6d4e288d9ddabda4d1eb5db6e2d95.tar.xz
testing/jetring: install examples to /usr/share/jetring/doc/
Diffstat (limited to 'testing/jetring')
-rw-r--r--testing/jetring/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/testing/jetring/APKBUILD b/testing/jetring/APKBUILD
index 229ed6b4ae..953991eeb0 100644
--- a/testing/jetring/APKBUILD
+++ b/testing/jetring/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=jetring
pkgver=0.21
-pkgrel=0
+pkgrel=1
pkgdesc="Tools that allow for gpg keyrings to be maintained using changesets"
url="https://joeyh.name/code/jetring/"
arch="noarch"
license="GPL2"
-depends="perl"
+depends="gnupg perl"
depends_dev=""
makedepends=""
install=""
@@ -23,6 +23,9 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ mkdir -p "$pkgdir"/usr/share/doc/$pkgname/
+ cp -r example/ "$pkgdir"/usr/share/doc/$pkgname/examples/
+
local man= sec=
for man in *.1 *.7; do
sec=${man##*.}