19 lines
656 B
Bash
19 lines
656 B
Bash
# Template file for 'gitlab-runner'
|
|
pkgname=gitlab-runner
|
|
version=15.2.1
|
|
revision=1
|
|
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/"
|
|
changelog="https://gitlab.com/gitlab-org/gitlab-runner/-/raw/main/CHANGELOG.md"
|
|
distfiles="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${version}/gitlab-runner-v${version}.tar.gz"
|
|
checksum=@93240a62fb7e41375f2b4447c8e13c4f28c98714daa1046d209445f2a04fe2a1
|
|
|
|
post_install() {
|
|
vsv gitlab-runner
|
|
vlicense ${wrksrc}/LICENSE
|
|
}
|