16 lines
600 B
Bash
16 lines
600 B
Bash
# Template file for 'drone-cli'
|
|
pkgname=drone-cli
|
|
version=1.6.2
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/drone/drone-cli/master/CHANGELOG.md"
|
|
distfiles="https://github.com/drone/drone-cli/archive/v${version}.tar.gz"
|
|
checksum=7f0fc4c884eda352511c6d39e1ff0e3ebe97242c60f9f5fd983376b607b83148
|