archrelease: copy trunk to extra-x86_64
[arch-packages.git] / aha / trunk / PKGBUILD
blob4fad7de153c291ff2538e5632de807f5ad1bd0aa
1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
2 # Contributor: Étienne Deparis <etienne [at] depar.is>
3 # Contributor: Richard Quirk
5 pkgname=aha
6 pkgver=0.5.1
7 pkgrel=2
8 pkgdesc='Ansi HTML Adapter: convert ANSI escape sequences to HTML'
9 arch=(x86_64)
10 url='https://github.com/theZiz/aha'
11 license=(MPL LGPL)
12 depends=(glibc)
13 source=(https://github.com/theZiz/aha/archive/$pkgver/$pkgname-$pkgver.tar.gz)
14 sha256sums=('6aea13487f6b5c3e453a447a67345f8095282f5acd97344466816b05ebd0b3b1')
16 build() {
17   cd $pkgname-$pkgver
18   make
21 package() {
22   cd $pkgname-$pkgver
23   make PREFIX="$pkgdir/usr" install