blob: 3e73f11a702f7f0660d11a28df987d977cae1fc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=cesnet-tcs-cli
pkgver=0.2.0
pkgrel=2
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
fix-genkey-ec.patch
"
builddir="$srcdir/$pkgname-$pkgver"
package() {
make install DESTDIR="$pkgdir" prefix=/usr
}
sha512sums="006015d8f0ba0f2696c6801258afe9ef62c4a2d55cfa1a1300e9d1a80fef6f5bc62f283e5f8deffe48773b1ac9369c59bacf6ab9a127c152133ecfc314ed52e8 cesnet-tcs-cli-0.2.0.tar.gz
48874a2ffb3050ed93455ac9e16c68440d3366615bf263e17d1106bc1d13ea732de3abba4c695754e24f5acd41e1e02dd567a3f9f4f41943f0aa72c7b6c44315 fix-genkey-ec.patch"
|