19 lines
607 B
Bash
19 lines
607 B
Bash
# Template file for 'gitlab-runner'
|
|
pkgname=gitlab-runner
|
|
version=13.1.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=36b720a1d47f32f8e28bcf951bb322f31aa8aeedf214b8386d33344161e0daf9
|
|
|
|
post_install() {
|
|
vsv gitlab-runner
|
|
vlicense ${wrksrc}/LICENSE
|
|
}
|