New package: gitlab-runner-11.8.0
This commit is contained in:
parent
d7789fcde4
commit
27a6cd58c1
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec gitlab-runner run
|
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'gitlab-runner'
|
||||||
|
pkgname=gitlab-runner
|
||||||
|
version=11.8.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=b334e446c996441937b8f2f5b995da2687f9b52c29fb87ba76a9ae4a9614b68a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsv gitlab-runner
|
||||||
|
vlicense ${wrksrc}/LICENSE
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
site="https://gitlab.com/gitlab-org/gitlab-runner/tags"
|
||||||
|
pattern="<a class=\"item-title ref-name prepend-left-4\" href=\".*\">v\K.*(?=</a>)"
|
||||||
|
ignore="*rc*"
|
Loading…
Reference in New Issue