summaryrefslogtreecommitdiff
path: root/user/ponysay
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-24 22:06:04 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-24 22:06:04 -0500
commit6a3548c525058e113150c0e285d50124a5cfc8b5 (patch)
tree284b3e32e00f271c631a495d5f2e6ac5e32df1a3 /user/ponysay
parent29d61b008c8fbc157c822175dacc2191865d7780 (diff)
downloadpackages-6a3548c525058e113150c0e285d50124a5cfc8b5.tar.gz
packages-6a3548c525058e113150c0e285d50124a5cfc8b5.tar.bz2
packages-6a3548c525058e113150c0e285d50124a5cfc8b5.tar.xz
packages-6a3548c525058e113150c0e285d50124a5cfc8b5.zip
user/ponysay: modernise, fix license
Diffstat (limited to 'user/ponysay')
-rw-r--r--user/ponysay/APKBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/user/ponysay/APKBUILD b/user/ponysay/APKBUILD
index b7aa70d63..ffb32bf57 100644
--- a/user/ponysay/APKBUILD
+++ b/user/ponysay/APKBUILD
@@ -2,22 +2,16 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=ponysay
pkgver=3.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Like cowsay, but with horses"
url="https://github.com/erkin/ponysay"
arch="noarch"
-license="GPL-3.0 CC-BY-NC OTHER"
+license="GPL-3.0 AND CC-BY-NC AND Custom: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"