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