summaryrefslogtreecommitdiff
path: root/dev-util/mage/mage-1.13.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-17 02:06:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-17 02:06:03 +0000
commit20c23c152d2e7b44a6f93ec9476b808659e5ff1e (patch)
tree06b81787dda2fd1bc47b3967309795f95ddb7b3d /dev-util/mage/mage-1.13.0.ebuild
parent03aa42efc090f9ed79ad5d8cbb54789052863450 (diff)
gentoo auto-resync : 17:01:2024 - 02:06:03
Diffstat (limited to 'dev-util/mage/mage-1.13.0.ebuild')
-rw-r--r--dev-util/mage/mage-1.13.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-util/mage/mage-1.13.0.ebuild b/dev-util/mage/mage-1.13.0.ebuild
deleted file mode 100644
index 521f66fd6e66..000000000000
--- a/dev-util/mage/mage-1.13.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="make/rake like tool using go"
-HOMEPAGE="https://magefile.org"
-SRC_URI="https://github.com/magefile/mage/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
- GOBIN="${S}/bin" go run bootstrap.go || die "build failed"
-}
-
-src_install() {
-dobin bin/mage
-}