# Template file for 'moreutils' pkgname=moreutils version=0.57 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 " license="GPL-2" homepage="https://joeyh.name/code/moreutils/" distfiles="${DEBIAN_SITE}/main/m/moreutils/moreutils_${version}.orig.tar.gz" checksum=3a7d54b0634e5eda8c3c43490d47cea189156700892dea6d876867cef9bc0d1d 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 }