14 lines
528 B
Bash
14 lines
528 B
Bash
# Template file for 'drone-cli'
|
|
pkgname=drone-cli
|
|
version=1.0.8
|
|
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=843285866ac43fac9a0c287782199e3763bd8c51f7e203067dcc5969c8eed2fe
|