Merge pull request #4589 from the-maldridge/cowsay-temoc

New package: cowsay-temoc-1.0
This commit is contained in:
Toyam Cox 2016-08-10 18:37:59 -04:00 committed by GitHub
commit 1830795da4
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Template file for 'cowsay-temoc'
pkgname=cowsay-temoc
version=1.0
revision=1
depends="cowsay"
short_desc="Temoc cow for Cowsay"
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
license="GPL-3"
homepage="https://github.com/kulinacs/cowsay-temoc"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=6667a37a0de41fb46750bce4847fee97da251e9bea4dc5a33b5c0e432b795c8d
noarch=yes
do_install() {
vinstall temoc.cow 644 /usr/share/cows/
mv ${DESTDIR}/usr/share/cows/temoc{.cow,}
}