Removed app-misc/jqp-0.7.0

This commit is contained in:
saundersp
2025-10-01 17:35:05 +02:00
parent 2befb303f4
commit 06ca60484b
3 changed files with 0 additions and 37 deletions

View File

@@ -1,23 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION='A TUI playground to experiment with jq'
HOMEPAGE='https://github.com/noahgorstein/jqp'
SRC_URI="https://github.com/noahgorstein/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE='MIT'
SLOT='0'
KEYWORDS='~amd64 ~arm64'
src_compile() {
ego build -o bin/"${PN}" -ldflags "-X main.version=${PV}"
}
src_install() {
dobin bin/"${PN}"
}