New package: ponysay-3.0.2
This commit is contained in:
parent
2599d1d3fb
commit
062a66ec08
1 changed files with 20 additions and 0 deletions
20
srcpkgs/ponysay/template
Normal file
20
srcpkgs/ponysay/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'ponysay'
|
||||
pkgname=ponysay
|
||||
version=3.0.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
hostmakedepends="python3"
|
||||
depends="python3"
|
||||
short_desc="Pony rewrite of cowsay"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://erkin.github.com/ponysay/"
|
||||
distfiles="https://github.com/erkin/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=69e98a7966353de2f232cbdaccd8ef7dbc5d0bcede9bf7280a676793e8625b0d
|
||||
|
||||
do_install() {
|
||||
python3 setup.py --prefix=/usr --dest-dir=$DESTDIR \
|
||||
--freedom=partial --everything \
|
||||
--with-pdf=/usr/share/doc/ponysay --without-pdf-compression \
|
||||
install
|
||||
}
|
Loading…
Reference in a new issue