d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
14 lines
525 B
Bash
14 lines
525 B
Bash
# Template file for 'drone-cli'
|
|
pkgname=drone-cli
|
|
version=1.1.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="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/drone/drone-cli"
|
|
distfiles="https://github.com/drone/drone-cli/archive/v${version}.tar.gz"
|
|
checksum=ba315c38dd36af898900fd0149d5228775f9f96d491d40dcaa3daddafd03aac4
|