mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: step-cli-0.19.0.
This commit is contained in:
parent
3cf9cbd3f9
commit
c712a1df0a
1 changed files with 15 additions and 0 deletions
15
srcpkgs/step-cli/template
Normal file
15
srcpkgs/step-cli/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# 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
|
Loading…
Add table
Reference in a new issue