[arch-commits] Commit in whipper/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Tue Jul 27 21:16:39 UTC 2021
Date: Tuesday, July 27, 2021 @ 21:16:39
Author: archange
Revision: 988114
FS#71590 Add man pages
Modified:
whipper/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-27 20:54:00 UTC (rev 988113)
+++ PKGBUILD 2021-07-27 21:16:39 UTC (rev 988114)
@@ -10,7 +10,7 @@
pkgname=whipper
pkgver=0.10.0
-pkgrel=2
+pkgrel=3
pkgdesc="Python CD-DA ripper preferring accuracy over speed"
arch=(x86_64)
url="https://github.com/whipper-team/whipper"
@@ -50,6 +50,8 @@
cd ${pkgname}-${pkgver}
echo "Version: ${pkgver}" > PKG-INFO
python setup.py build
+ cd man
+ make
}
check() {
@@ -61,4 +63,5 @@
package() {
cd ${pkgname}-${pkgver}
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+ install -Dm644 -t "${pkgdir}"/usr/share/man/man1/ man/*.1
}
More information about the arch-commits
mailing list