mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-util/go-task: add 3.50.0
Signed-off-by: Skyler Mäntysaari <sm+gentoo@skym.fi>
This commit is contained in:
22
dev-util/go-task/go-task-3.50.0.ebuild
Normal file
22
dev-util/go-task/go-task-3.50.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
EAPI="8"
|
||||
|
||||
inherit go-module
|
||||
|
||||
DESCRIPTION="A task runner / simpler Make alternative written in Go"
|
||||
HOMEPAGE="https://taskfile.dev"
|
||||
SRC_URI="https://github.com/${PN}/task/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI+=" https://git.skysolutions.fi/gentoo-mirror/guru-vendored/releases/download/go-task-${PV}/go-task-${PV}-deps.tar.xz"
|
||||
S="${WORKDIR}/task-${PV}"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64"
|
||||
|
||||
src_compile() {
|
||||
ego build github.com/go-task/task/v3/cmd/task
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin task
|
||||
|
||||
default
|
||||
}
|
||||
Reference in New Issue
Block a user