17 lines
448 B
Bash
17 lines
448 B
Bash
# Template file for 'cowsay-temoc'
|
|
pkgname=cowsay-temoc
|
|
version=1.0
|
|
revision=2
|
|
depends="cowsay"
|
|
short_desc="Temoc cow for Cowsay"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
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/
|
|
}
|