cowsay: update to 3.04.
This commit is contained in:
parent
291769a261
commit
86122e2794
1 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'cowsay'
|
# Template file for 'cowsay'
|
||||||
pkgname=cowsay
|
pkgname=cowsay
|
||||||
version=3.03+dfsg1
|
version=3.04
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="rank-amateur-cowsay-${pkgname}-${version}"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Configurable speaking/thinking cow (and a bit more)"
|
short_desc="Configurable speaking/thinking cow (and a bit more)"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="Artistic, GPL-1"
|
license="GPL-3"
|
||||||
homepage="https://packages.debian.org/sid/cowsay"
|
homepage="https://github.com/tnalpgge/rank-amateur-cowsay"
|
||||||
distfiles="http://http.debian.net/debian/pool/main/c/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
distfiles="https://github.com/tnalpgge/rank-amateur-cowsay/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=10bae895d9afb2d720d2211db58f396352b00fe1386c369ca3608cbf6497b839
|
checksum=d8b871332cfc1f0b6c16832ecca413ca0ac14d58626491a6733829e3d655878b
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
@ -21,5 +22,4 @@ do_install() {
|
||||||
ln -s cowsay ${DESTDIR}/usr/bin/cowthink
|
ln -s cowsay ${DESTDIR}/usr/bin/cowthink
|
||||||
vman cowsay.1
|
vman cowsay.1
|
||||||
vcopy cows usr/share
|
vcopy cows usr/share
|
||||||
vlicense LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue