aboutsummaryrefslogtreecommitdiffstats
path: root/community/atools/APKBUILD
blob: 84f0d295cc9fcb4c04410c77cbd1e26779447c17 (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
26
27
28
29
30
31
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Contributor: Kevin Daudt <kdaudt@alpinelinux.org>
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=atools
pkgver=20.2.0
pkgrel=3
pkgdesc="Auxilary scripts for abuild"
url="https://gitlab.alpinelinux.org/Leo/atools"
arch="all"
license="MIT"
depends="lua5.3"
makedepends="scdoc redo go"
checkdepends="bats"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://gitlab.alpinelinux.org/Leo/atools/-/archive/$pkgver/atools-$pkgver.tar.gz"

build() {
	redo build
}

check() {
	redo check
}

package() {
	DESTDIR="$pkgdir" redo install
}

sha512sums="
1ce8b345689cf3555028d0f7d3f81e8cf63c13c4df9657c1feaee14561bc121ed02ca601a55803e3ef6ac92eec08f1a29d97a00265b71f01a6f12459ae12e013  atools-20.2.0.tar.gz
"