void-packages/srcpkgs/gitlab-runner/template
2020-06-13 06:38:54 +02:00

18 lines
608 B
Bash

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