summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPerttu Luukko2018-01-31 20:27:55 +0200
committerPerttu Luukko2018-01-31 20:27:55 +0200
commitebd4fbe9262318b7fa99977863856ce4cc4b53df (patch)
tree7cb927453f177e451fc6126791833e4406049684 /PKGBUILD
parent06f699bb5979e57dd28d06d04a28104749a3ca5b (diff)
downloadaur-ebd4fbe9262318b7fa99977863856ce4cc4b53df.tar.gz
Add manpage
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 649e0fd743bb..cf51e7c3184f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xkcdpass
_pkgname=XKCD-password-generator-xkcdpass
pkgver=1.14.3
-pkgrel=1
+pkgrel=2
pkgdesc="Generate secure multiword passwords/passphrases, inspired by XKCD"
arch=('any')
url="https://github.com/redacted/XKCD-password-generator"
@@ -31,4 +31,5 @@ package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
python setup.py install --root="${pkgdir}/" --optimize=1
install -m644 -D LICENSE.BSD "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.BSD"
+ install -m644 -D xkcdpass.1 "${pkgdir}/usr/share/man/man1/xkcdpass.1"
}