void-packages/srcpkgs/gitlab-runner/template

19 lines
607 B
Bash
Raw Normal View History

2019-03-18 20:52:26 +01:00
# Template file for 'gitlab-runner'
pkgname=gitlab-runner
2019-03-24 14:05:18 +01:00
version=11.9.0
2019-03-18 20:52:26 +01:00
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"
2019-03-24 14:05:18 +01:00
checksum=57dad370a3883d435b27b497de43eb3402b0e64dfc421a81ac99c9ddb04f0d45
2019-03-18 20:52:26 +01:00
post_install() {
vsv gitlab-runner
vlicense ${wrksrc}/LICENSE
}