summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/dasel/dasel-1.24.3.ebuild')
-rw-r--r--app-misc/dasel/dasel-1.24.3.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-misc/dasel/dasel-1.24.3.ebuild b/app-misc/dasel/dasel-1.24.3.ebuild
deleted file mode 100644
index f6878298fce2..000000000000
--- a/app-misc/dasel/dasel-1.24.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module
-
-DESCRIPTION="Query, update and convert data structures from the command line"
-HOMEPAGE="https://github.com/TomWright/dasel"
-SRC_URI="https://github.com/TomWright/dasel/archive/v${PV}.tar.gz -> ${P}.tar.gz
- https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
-
-LICENSE="MIT Apache-2.0 BSD BSD-2 ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-src_compile() {
- CGO_ENABLED=0 go build -o bin/dasel -ldflags="-X 'github.com/tomwright/dasel/internal.Version=${PV}'" ./cmd/dasel || die
-}
-
-src_install() {
- dobin bin/dasel
- dodoc CHANGELOG.md README.md
-}