void-packages/srcpkgs/gitlab-runner/template
2019-06-06 09:12:49 +02:00

19 lines
609 B
Bash

# Template file for 'gitlab-runner'
pkgname=gitlab-runner
version=11.11.2
revision=1
wrksrc="${pkgname}-v${version}"
build_style=go
go_import_path=gitlab.com/gitlab-org/gitlab-runner
short_desc="Official GitLab CI runner written in Go"
maintainer="Christian Poulwey <christian.poulwey@t-online.de>"
license="MIT"
homepage="https://docs.gitlab.com/runner/"
distfiles="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${version}/gitlab-runner-v${version}.tar.gz"
checksum=@cb55fc01535316b7f74674bd2558ff4c50077a5fbbb1a8de54051bfe02d32237
post_install() {
vsv gitlab-runner
vlicense ${wrksrc}/LICENSE
}