void-packages/srcpkgs/gitlab-runner/template
2019-12-13 18:18:35 +01:00

18 lines
607 B
Bash

# Template file for 'gitlab-runner'
pkgname=gitlab-runner
version=12.5.0
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=541a8f4f1fc03b216a3f390e844ebe486db32f42ede0f3e4ac6524b0d1bd8f8c
post_install() {
vsv gitlab-runner
vlicense ${wrksrc}/LICENSE
}