dev-util/act - 0.2.57 (ryans)

Search

Package Information

Description:
Run your GitHub Actions locally
Homepage:
https://github.com/nektos/act
License:
Apache-2.0 BSD-2 BSD MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.57 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go

DESCRIPTION="Run your GitHub Actions locally"
HOMEPAGE="https://github.com/nektos/act"
SRC_URI="https://github.com/nektos/act/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/bekcpear/gopkg-vendors/archive/refs/tags/vendor-${P}.tar.gz -> ${P}-vendor.tar.gz"

LICENSE="Apache-2.0 BSD-2 BSD MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

# due to command name conflict
DEPEND="!dev-go/act"
RDEPEND="
	${DEPEND}
	|| (
		app-containers/docker
		app-containers/podman
		)"
BDEPEND=">=dev-lang/go-1.20:="

GO_LDFLAGS="-X main.version=${PV}"

Dependencies

DEPEND

!dev-go/act

RDEPEND

	!dev-go/act
	|| (
		app-containers/docker
		app-containers/podman
		)

BDEPEND

>=dev-lang/go-1.20:=

Manifest for 0.2.57

Type File Size Source URLs
DIST act-0.2.57-vendor.tar.gz 4983134 bytes https://github.com/bekcpear/gopkg-vendors/archive/refs/tags/vendor-act-0.2.57.tar.gz
DIST act-0.2.57.tar.gz 9265161 bytes https://github.com/nektos/act/archive/refs/tags/v0.2.57.tar.gz