termux-api: Cleanups and fix whitespace handling
[termux-packages] / packages / p7zip / build.sh
index 3ef823f..70bb508 100644 (file)
@@ -1,6 +1,7 @@
 # adapted from archlinux PKGBUILD
 pkgname=p7zip
 pkgver=15.09
+TERMUX_PKG_MAINTAINER="Francisco Demartino <demartino.francisco@gmail.com>"
 TERMUX_PKG_VERSION=$pkgver
 TERMUX_PKG_HOMEPAGE=http://p7zip.sourceforge.net/
 TERMUX_PKG_DESCRIPTION="Command-line version of the 7zip compressed file archiver"
@@ -22,5 +23,5 @@ termux_step_make () {
 }
 
 termux_step_make_install () {
-       make install DEST_HOME=$TERMUX_PREFIX
+       make install DEST_HOME=$TERMUX_PREFIX DEST_MAN=$TERMUX_PREFIX/share/man
 }