New package: drone-cli-1.0.4
This commit is contained in:
parent
a8e0e8e3da
commit
99eb53fd08
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'drone-cli'
|
||||
pkgname=drone-cli
|
||||
version=1.0.4
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/drone/drone-cli
|
||||
go_package="${go_import_path}/drone"
|
||||
go_ldflags="-X main.version=${version}"
|
||||
short_desc="CLI for Drone continuous delivery platform"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/drone/drone-cli"
|
||||
distfiles="https://github.com/drone/drone-cli/archive/v${version}.tar.gz"
|
||||
checksum=cdeb16db40f91e1fc2491c9f48ce34413093c67643109d1b09b3bd6c57e0e0a2
|
Loading…
Reference in New Issue