moreutils: update to 0.63.
This commit is contained in:
parent
63ecec07cd
commit
9f5a5ae3c6
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'moreutils'
|
||||
pkgname=moreutils
|
||||
version=0.62
|
||||
revision=2
|
||||
version=0.63
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="DOCBOOK2XMAN=docbook2man"
|
||||
hostmakedepends="docbook2x"
|
||||
depends="perl perl-IPC-Run perl-TimeDate perl-Time-Duration"
|
||||
short_desc="Unix tools that nobody thought to write, when Unix was young"
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only, BSD-2-Clause"
|
||||
homepage="https://joeyh.name/code/moreutils/"
|
||||
distfiles="http://http.debian.net/debian/pool/main/m/moreutils/moreutils_0.62.orig.tar.xz"
|
||||
checksum=ffd0bfb2e490db63355e1a7d168c6f3f9802ee2c5e80880ca632e603b4b67d88
|
||||
distfiles="https://git.joeyh.name/index.cgi/moreutils.git/snapshot/moreutils-${version}.tar.gz"
|
||||
checksum=4fc86d56a8a276a0cec71cdabda5ccca50c7a44a2a1ccd888476741d1ce6831d
|
||||
|
||||
post_install() {
|
||||
# rename parallel to not conflict with gnu-parllel
|
||||
|
@ -21,4 +21,7 @@ post_install() {
|
|||
mv ${DESTDIR}/usr/bin/{,moreutils_}${conflict}
|
||||
mv ${DESTDIR}/usr/share/man/man1/{,moreutils_}${conflict}.1
|
||||
done
|
||||
|
||||
sed -n '/Copyright/,/DAMAGE/p' is_utf8/is_utf8.c > LICENSE-is-utf8
|
||||
vlicense LICENSE-is-utf8
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue