mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
ponysay: update to 3.0.3.
This commit is contained in:
parent
b877ddc8a5
commit
2738d7d704
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'ponysay'
|
# Template file for 'ponysay'
|
||||||
pkgname=ponysay
|
pkgname=ponysay
|
||||||
version=3.0.2
|
version=3.0.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Pony rewrite of cowsay"
|
short_desc="Pony rewrite of cowsay"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://erkin.github.com/ponysay/"
|
homepage="http://erkin.github.com/ponysay/"
|
||||||
distfiles="https://github.com/erkin/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/erkin/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=69e98a7966353de2f232cbdaccd8ef7dbc5d0bcede9bf7280a676793e8625b0d
|
checksum=c382d7f299fa63667d1a4469e1ffbf10b6813dcd29e861de6be55e56dc52b28a
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
python3 setup.py --prefix=/usr --dest-dir=$DESTDIR \
|
python3 setup.py --prefix=/usr --dest-dir=$DESTDIR \
|
||||||
|
|
Loading…
Add table
Reference in a new issue