aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kapow/APKBUILD
blob: c3772d36810b7849bf98d4df7a36698606f8df62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=kapow
pkgver=0.5.4
pkgrel=0
pkgdesc="turn shell commands into HTTP API"
url="https://kapow.readthedocs.io/en/stable/"
license="Apache-2.0"
arch="all"
makedepends="go"
source="https://github.com/BBVA/kapow/archive/v$pkgver/kapow-$pkgver.tar.gz"
builddir="$srcdir/kapow-$pkgver"

build() {
	make build
}

#check() {
#	make test
#}

package() {
	install -Dm755 build/kapow "$pkgdir"/usr/bin/kapow
}

sha512sums="a1ee66f2d1404c1b323b8c6b3eaabcd804d61653ad0a28a0b8ffa75d804b8c42cfebf81400a0a5822055ae8135f4f4bcc6ca159aa8c6c701799f4a11cb86d0bb  kapow-0.5.4.tar.gz"