void-packages/srcpkgs/moreutils/template

21 lines
715 B
Bash
Raw Normal View History

2015-03-30 14:39:49 +00:00
# Template file for 'moreutils'
pkgname=moreutils
2015-07-30 06:41:53 +00:00
version=0.57
2015-06-10 08:31:06 +00:00
revision=1
2015-03-30 14:39:49 +00:00
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"
2015-07-30 06:41:53 +00:00
checksum=3a7d54b0634e5eda8c3c43490d47cea189156700892dea6d876867cef9bc0d1d
2015-03-30 14:39:49 +00:00
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
}