19 lines
655 B
Bash
19 lines
655 B
Bash
# Template file for 'gitlab-runner'
|
|
pkgname=gitlab-runner
|
|
version=16.1.0
|
|
revision=3
|
|
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=c3d6889ad861a9547cfe0453a36de8c770791633905724acd6f0372e2d9a9e0f
|
|
|
|
post_install() {
|
|
vsv gitlab-runner
|
|
vlicense ${wrksrc}/LICENSE
|
|
}
|