Skip to content
Snippets Groups Projects
Commit 86168220 authored by Linux User's avatar Linux User Committed by Andy Postnikov
Browse files

community/aha: upgrade to 0.5

parent 9c2d95d4
No related branches found
No related tags found
No related merge requests found
# Contributor: Carlo Landmeter <clandmeter@gmail.com> # Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=aha pkgname=aha
pkgver=0.4.10.6 pkgver=0.5
pkgrel=0 pkgrel=0
pkgdesc="ANSI color to HTML converter" pkgdesc="ANSI color to HTML converter"
url="http://anonscm.debian.org/gitweb/?p=collab-maint/aha.git;a=summary" url="http://anonscm.debian.org/gitweb/?p=collab-maint/aha.git;a=summary"
...@@ -12,20 +12,21 @@ depends_dev="" ...@@ -12,20 +12,21 @@ depends_dev=""
makedepends="" makedepends=""
install="" install=""
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/theZiz/$pkgname/archive/$pkgver.tar.gz" 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 builddir="$srcdir"/$pkgname-$pkgver
build() { build() {
cd "$builddir" cd "$builddir"
make || return 1 make
} }
package() { package() {
cd "$builddir" cd "$builddir"
install -Dm 755 aha \ install -Dm 755 aha \
"$pkgdir"/usr/bin/aha || return 1 "$pkgdir"/usr/bin/aha
install -Dm 644 aha.1 \ install -Dm 644 aha.1 \
"$pkgdir"/usr/share/man/man1/aha.1 || return 1 "$pkgdir"/usr/share/man/man1/aha.1
} }
sha512sums="640fc0b802fbe026152143e66a2ef5e7e36342dfab01a1f4ed4a543d0fc822a7377a2434f1d5fca917126740eb102a7c6dd232e9c15815d5ca7ef80a4cb27e4b aha-0.4.10.6.tar.gz" sha512sums="2fbf0be928d8ea0491f6710d96eddd135253cadce6cc8c00f342e03e030ee16a3ff1eb6a559740cdd642b074c9e4e3fd9a76412272ffeb0b7bb419b0dcb6dbc1 aha-0.5.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