15 lines
518 B
Bash
15 lines
518 B
Bash
# Template file for 'drone-cli'
|
|
pkgname=drone-cli
|
|
version=1.2.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="teldra <teldra@rotce.de>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/drone/drone-cli"
|
|
distfiles="https://github.com/drone/drone-cli/archive/v${version}.tar.gz"
|
|
checksum=a69cec4c134270a79d877621a7fcbbfbcb4c18a5afa00f902b16a638963af2fe
|