16 lines
607 B
Bash
16 lines
607 B
Bash
# Template file for 'drone-cli'
|
|
pkgname=drone-cli
|
|
version=1.7.0
|
|
revision=3
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
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=75f06372feb6aea6c52f06b09ade5a569a3c289346b0fe31a55df041bce576dc
|