void-packages/srcpkgs/moreutils/template
2016-03-06 01:56:26 +01:00

21 lines
715 B
Bash

# Template file for 'moreutils'
pkgname=moreutils
version=0.58
revision=1
build_style=gnu-makefile
make_build_args="DOCBOOK2XMAN=docbook2man"
hostmakedepends="docbook2x"
depends="perl perl-IPC-Run perl-TimeDate"
short_desc="Unix tools that nobody thought to write, when Unix was young"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-2"
homepage="https://joeyh.name/code/moreutils/"
distfiles="${DEBIAN_SITE}/main/m/moreutils/moreutils_${version}.orig.tar.gz"
checksum=9c4bba745518f1cc4d5594b1276793bd4f737fedb2e5b14beeab4b73f106c00a
post_install() {
# rename parallel to not conflict with gnu-parllel
mv ${DESTDIR}/usr/bin/{,moreutils_}parallel
mv ${DESTDIR}/usr/share/man/man1/{,moreutils_}parallel.1
}