# Description: A growing collection of the unix tools that nobody thought to write thirty years ago. # URL: https://joeyh.name/code/moreutils/ # Maintainer: Erich Eckner, crux at eckner dot net # Contributor: 6c37 Team, https://github.com/6c37/crux-ports/issues # Depends on: docbook-xsl name=moreutils version=0.62 release=1 source=(http://http.debian.net/debian/pool/main/m/moreutils/moreutils_$version.orig.tar.xz) build() { cd $name-$version make DOCBOOKXSL=/usr/share/xml/docbook/xsl-stylesheets make DESTDIR=$PKG PREFIX=/usr install mv $PKG/usr/bin/parallel $PKG/usr/bin/${name}_parallel mv $PKG/usr/share/man/man1/parallel.1 $PKG/usr/share/man/man1/${name}_parallel.1 }