mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/jetring: install examples to /usr/share/jetring/doc/
This commit is contained in:
parent
47c8de02d9
commit
0940999707
@ -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##*.}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user