mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 09:27:19 +02:00
30 lines
712 B
Text
30 lines
712 B
Text
maintainer="Hoang Nguyen <folliekazetani@protonmail.com>"
|
|
pkgname=gcli
|
|
pkgver=2.6.1
|
|
pkgrel=0
|
|
pkgdesc="Portable GitHub/GitLab/Gitea CLI tool"
|
|
url="https://herrhotzenplotz.de/gcli/"
|
|
arch="all"
|
|
license="BSD-2-Clause"
|
|
depends="bison flex"
|
|
makedepends="curl-dev libedit-dev lowdown-dev"
|
|
checkdepends="kyua atf-dev"
|
|
subpackages="$pkgname-doc"
|
|
source="https://herrhotzenplotz.de/gcli/releases/gcli-$pkgver/gcli-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
./configure --prefix=/usr --release
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
f2160b9e908e624545b550d42688ff44346931dae6145743a413ae6cba3aa979bef16e823f4da051b0b53ca8e7806f66e93b55d01a2ebfd0bb74a41b4b4188b9 gcli-2.6.1.tar.gz
|
|
"
|