mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-19 15:41:51 +01:00
20 lines
690 B
Plaintext
20 lines
690 B
Plaintext
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
|
pkgname=cesnet-tcs-cli
|
|
pkgver=0.1.1
|
|
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="21ca4939369237d82083d623be20177056ba01c924c93183f869ad9b97d4162bdaf973976aaa7a61ab80eac58683d959781c723310be1f4fbb941b35870bd4db cesnet-tcs-cli-0.1.1.tar.gz"
|