mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-08 01:12:28 +01:00
31 lines
951 B
Plaintext
31 lines
951 B
Plaintext
# Contributor: Adrian L Lange <alpine@p3lim.net>
|
|
# Contributor: Charles Wimmer <charles@wimmer.net>
|
|
# Maintainer: Charles Wimmer <charles@wimmer.net>
|
|
pkgname=step-cli
|
|
pkgver=0.14.4
|
|
pkgrel=0
|
|
pkgdesc="Zero trust swiss army knife that integrates with step-ca for automated certificate management"
|
|
url="https://github.com/smallstep/cli"
|
|
arch="all !s390x"
|
|
license="Apache-2.0"
|
|
makedepends="go go-bindata"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/smallstep/cli/archive/v$pkgver.tar.gz
|
|
common.mk.patch
|
|
"
|
|
builddir="$srcdir/cli-$pkgver"
|
|
|
|
build() {
|
|
make simple
|
|
}
|
|
|
|
check() {
|
|
make test
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="d9a2814294146697e656205977360c0475e8cc0438a854a39e8a3912106acb8be0f24828be70c414aa6f2af64ae17922a5fb7da3950b74b8440e76e33ac7330b step-cli-0.14.4.tar.gz
|
|
931ed197517551b81a5e3fa417d26693cda95f772c5bddd0842d22c540b5ae24398009ae289d912fd48ffde6f3679d5a446d452942e8cd6496ed54f70cb12fcf common.mk.patch"
|