mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
m info
This commit is contained in:
parent
55f2f0d998
commit
d44a5cad11
2 changed files with 6 additions and 6 deletions
|
@ -1487,7 +1487,7 @@ Please inform us about your distribution so we can list it so everypony can see
|
||||||
|
|
||||||
@*
|
@*
|
||||||
The following is a reference distribution written in Arch Linux's PKGBUILD format.
|
The following is a reference distribution written in Arch Linux's PKGBUILD format.
|
||||||
It is not complete, is not verbose enough or well written, it just contains the
|
It is not complete, proper, verbose enough or well written, it just contains the
|
||||||
core of an stable @command{git} distribution.
|
core of an stable @command{git} distribution.
|
||||||
|
|
||||||
@cartouche
|
@cartouche
|
||||||
|
@ -1495,24 +1495,24 @@ core of an stable @command{git} distribution.
|
||||||
pkgname=ponysay
|
pkgname=ponysay
|
||||||
pkgver=2.5
|
pkgver=2.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Cowsay reimplementation for ponies"
|
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
pkgdesc="Cowsay reimplementation for ponies"
|
||||||
url="https://github.com/erkin/ponysay"
|
url="https://github.com/erkin/ponysay"
|
||||||
license=(WTFPL 'GNU FDL v1.3')
|
license=(WTFPL "GNU FDL v1.3")
|
||||||
depends=(python>=3 coreutils)
|
depends=(python>=3 coreutils)
|
||||||
optdepends=("util-say>=2: Improved TTY support with KMS and PNG files")
|
optdepends=("util-say>=2: Improved TTY support with KMS and PNG files")
|
||||||
makedepends=(git texinfo info gzip python>=3)
|
makedepends=(git texinfo info gzip python>=3)
|
||||||
|
|
||||||
build()
|
build()
|
||||||
@{ cd "$srcdir" && git clone git://github.com/erkin/ponysay.git ponysay
|
@{ cd "$srcdir"; git clone git://github.com/erkin/ponysay.git ponysay
|
||||||
cd ponysay && git checkout "$pkgver"
|
cd ponysay ; git checkout "$pkgver"
|
||||||
|
|
||||||
./setup.py --everything --without-pdf-compression \
|
./setup.py --everything --without-pdf-compression \
|
||||||
--bin-dir=/usr/bin --dest-dir="$pkgdir" build
|
--bin-dir=/usr/bin --dest-dir="$pkgdir" build
|
||||||
@}
|
@}
|
||||||
|
|
||||||
package()
|
package()
|
||||||
@{ cd "$srcdir/ponysay" && ./setup.py prebuilt
|
@{ cd "$srcdir/ponysay"; ./setup.py prebuilt
|
||||||
@}
|
@}
|
||||||
@end example
|
@end example
|
||||||
@end cartouche
|
@end cartouche
|
||||||
|
|
BIN
ponysay.pdf
BIN
ponysay.pdf
Binary file not shown.
Loading…
Reference in a new issue