Merge pull request #1241 from lemmi/moreutils
New package: moreutils-0.55
This commit is contained in:
commit
dcbd753d97
1 changed files with 20 additions and 0 deletions
20
srcpkgs/moreutils/template
Normal file
20
srcpkgs/moreutils/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'moreutils'
|
||||||
|
pkgname=moreutils
|
||||||
|
version=0.55
|
||||||
|
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=da9d5cd145ceea967a65dd50031d168d66199c3eb41b9390b57f35d4a5808ab5
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue