Skip to content
Snippets Groups Projects
Verified Commit 801055e5 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

maybe if I'm really quiet, nobody will notice, since Emily's offline...

parent 4801e84a
No related branches found
No related tags found
No related merge requests found
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=ponysay
pkgver=3.0.3
pkgrel=0
pkgdesc="Like cowsay, but with horses"
url="https://github.com/erkin/ponysay"
arch="noarch"
license="GPL-3.0 CC-BY-NC OTHER"
depends="python3"
makedepends="gzip texinfo"
install=""
subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch
$pkgname-zsh-completion:zshcomp:noarch"
source="ponysay-$pkgver.tar.gz::https://github.com/erkin/ponysay/archive/$pkgver.tar.gz"
builddir="$srcdir/ponysay-$pkgver"
build() {
cd "$builddir"
}
check() {
cd "$builddir"
./dependency-test.sh
}
package() {
cd "$builddir"
python setup.py install --prefix=/usr --destdir="$pkgdir" --with-man \
--freedom=sloppy --without-fish
}
bashcomp() {
pkgdesc="Bash completions for $pkgname"
depends=""
install_if="$pkgname=$pkgver-r$pkgrel bash-completion"
mkdir -p "$subpkgdir"/usr/share
mv "$pkgdir"/usr/share/bash-completion "$subpkgdir"/usr/share/
}
zshcomp() {
pkgdesc="Z Shell completions for $pkgname"
depends=""
install_if="$pkgname=$pkgver-r$pkgrel zsh"
mkdir -p "$subpkgdir"/usr/share
mv "$pkgdir"/usr/share/zsh "$subpkgdir"/usr/share/
}
sha512sums="d6ff905404192bdc207952a4a914458d7f25ddcfcea95763ae277a2a3bc7ab33e86a0a229c1b10ff7295b7a89d6e1b61406feefb6bdf9026f4076d0ed70dbe93 ponysay-3.0.3.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment