aboutsummaryrefslogtreecommitdiffstats
path: root/community/aha
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-05 02:58:06 -0300
committerFrancesco Colista <fcolista@alpinelinux.org>2019-06-05 06:34:50 +0000
commitdbdaeaad74dff281cb9edefaf54a71c8a8b96d0c (patch)
tree0b2ad5c41add2ece32b5197d8a841a4c12dc2ee1 /community/aha
parent2639e96d9c69a11990862b6d3a93206b0d135de8 (diff)
downloadaports-dbdaeaad74dff281cb9edefaf54a71c8a8b96d0c.tar.bz2
aports-dbdaeaad74dff281cb9edefaf54a71c8a8b96d0c.tar.xz
community/aha: modernize, fix url
Diffstat (limited to 'community/aha')
-rw-r--r--community/aha/APKBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/community/aha/APKBUILD b/community/aha/APKBUILD
index 39ac724e47..5103f229cc 100644
--- a/community/aha/APKBUILD
+++ b/community/aha/APKBUILD
@@ -2,27 +2,20 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=aha
pkgver=0.5
-pkgrel=0
+pkgrel=1
pkgdesc="ANSI color to HTML converter"
-url="http://anonscm.debian.org/gitweb/?p=collab-maint/aha.git;a=summary"
+url="https://github.com/theZiz/aha"
arch="all"
license="MPL-1.1"
-depends=""
-depends_dev=""
-makedepends=""
-install=""
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/theZiz/aha/archive/$pkgver.tar.gz"
options="!check" # Does not have a testsuite
-builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$builddir"
make
}
package() {
- cd "$builddir"
install -Dm 755 aha \
"$pkgdir"/usr/bin/aha
install -Dm 644 aha.1 \