# Template file for 'gitlab-runner'
pkgname=gitlab-runner
version=19.2.2
revision=1
build_style=go
go_import_path=gitlab.com/gitlab-org/gitlab-runner
short_desc="Official GitLab CI runner written in Go"
maintainer="Orphaned <orphan@voidlinux.org>"
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=093d8e33789357f3ec3a930340dd9496a964163d51e01a479b114b675dec1040

# integration tests rely on running inside gitlab ci
make_check=no
post_install() {
	vsv gitlab-runner
	vlicense ${wrksrc}/LICENSE
}
