# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=cesnet-tcs-cli
pkgver=0.4.0
pkgrel=1
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"

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

sha512sums="
bba008dc96960354d0e00cbdf363ef9b1badf2635c4b8b8f73bae092776043176f776d3a240fc3f37122a7494a171a9e89165fde67faea84e17ec03c27f573f0  cesnet-tcs-cli-0.4.0.tar.gz
"
