16 lines
574 B
Bash
16 lines
574 B
Bash
|
# Template file for 'step-cli'
|
||
|
pkgname=step-cli
|
||
|
version=0.19.0
|
||
|
revision=1
|
||
|
wrksrc=cli-$version
|
||
|
build_style=go
|
||
|
go_import_path=github.com/smallstep/cli
|
||
|
go_package=$go_import_path/cmd/step
|
||
|
short_desc="Zero trust swiss army knife"
|
||
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||
|
license="Apache-2.0"
|
||
|
homepage="https://smallstep.com/cli"
|
||
|
changelog="https://raw.githubusercontent.com/smallstep/cli/master/CHANGELOG.md"
|
||
|
distfiles="https://github.com/smallstep/cli/archive/refs/tags/v$version.tar.gz"
|
||
|
checksum=a58e63acbfd65a5df84f85715253aa88b566a13af26e2fa1353ae5766b3687d5
|