aboutsummaryrefslogtreecommitdiffstats
path: root/community/cesnet-tcs-cli/APKBUILD
blob: 314f894b7e04df3af2c872b74c600841968b6431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=cesnet-tcs-cli
pkgver=0.1.3
pkgrel=0
pkgdesc="Client utility for CESNET TCS API"
url="https://github.com/jirutka/cesnet-tcs-cli"
arch="noarch"
license="MIT"
depends="ca-certificates curl openssl"
options="!check"  # no tests provided
source="https://github.com/jirutka/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

package() {
	make install DESTDIR="$pkgdir" prefix=/usr
}

sha512sums="296d0302967d74ec7b24964683b64ca52c57027a609c9088c79c5e6472054c831b62376f9e55ff25b2352ab835321afd3d074a612432ade9419cd01d3494c6e5  cesnet-tcs-cli-0.1.3.tar.gz"