diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-27 00:58:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-27 00:58:07 +0200 |
commit | d44a5cad11e58ecfc90c97fa2de922cfd7389a3e (patch) | |
tree | 2eedbe1ea71d0c5005ee6c7986e0c40748e1482c /manuals/ponysay.texinfo | |
parent | 55f2f0d998cd3a909a1e5ebe23936ee7ca3a26f1 (diff) | |
download | ponysay-d44a5cad11e58ecfc90c97fa2de922cfd7389a3e.tar.gz ponysay-d44a5cad11e58ecfc90c97fa2de922cfd7389a3e.tar.bz2 ponysay-d44a5cad11e58ecfc90c97fa2de922cfd7389a3e.zip |
m info
Diffstat (limited to 'manuals/ponysay.texinfo')
-rw-r--r-- | manuals/ponysay.texinfo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 4bb5a37..7e04ecf 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -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. -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. @cartouche @@ -1495,24 +1495,24 @@ core of an stable @command{git} distribution. pkgname=ponysay pkgver=2.5 pkgrel=1 -pkgdesc="Cowsay reimplementation for ponies" arch=(any) +pkgdesc="Cowsay reimplementation for ponies" url="https://github.com/erkin/ponysay" -license=(WTFPL 'GNU FDL v1.3') +license=(WTFPL "GNU FDL v1.3") depends=(python>=3 coreutils) optdepends=("util-say>=2: Improved TTY support with KMS and PNG files") makedepends=(git texinfo info gzip python>=3) build() -@{ cd "$srcdir" && git clone git://github.com/erkin/ponysay.git ponysay - cd ponysay && git checkout "$pkgver" +@{ cd "$srcdir"; git clone git://github.com/erkin/ponysay.git ponysay + cd ponysay ; git checkout "$pkgver" ./setup.py --everything --without-pdf-compression \ --bin-dir=/usr/bin --dest-dir="$pkgdir" build @} package() -@{ cd "$srcdir/ponysay" && ./setup.py prebuilt +@{ cd "$srcdir/ponysay"; ./setup.py prebuilt @} @end example @end cartouche |