version bump dev-util/act_runner-0.2.11

This commit is contained in:
Micha Glave
2025-02-27 12:54:59 +01:00
parent 9e481b6f70
commit 6c282b67b6
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="A runner for Gitea based on act."
HOMEPAGE="https://gitea.com/gitea/act_runner"
SRC_URI="
https://gitea.com/gitea/act_runner/archive/v${PV}.tar.gz
https://gentoo.migmedia.net/alpha-quadrant/${P}-vendor.tar.xz
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/${PN}"
src_compile() {
ego build
}
src_install() {
dobin act_runner
}