public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/
Date: Thu, 22 May 2025 18:44:44 +0000 (UTC)	[thread overview]
Message-ID: <1747939479.8e9e33a57d733aa0b5e7bb8ddcffea9c5cb07b4e.arthurzam@gentoo> (raw)

commit:     8e9e33a57d733aa0b5e7bb8ddcffea9c5cb07b4e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 18:22:53 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 22 18:44:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9e33a5

app-misc/fx: add 36.0.2

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/fx/Manifest         |  2 ++
 app-misc/fx/fx-36.0.2.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-misc/fx/Manifest b/app-misc/fx/Manifest
index 1545b44fdc36..b7c2aa8ded18 100644
--- a/app-misc/fx/Manifest
+++ b/app-misc/fx/Manifest
@@ -2,3 +2,5 @@ DIST fx-35.0.0-deps.tar.xz 14566724 BLAKE2B e1104d78516adcb9346a9a5e12ae6f0289ed
 DIST fx-35.0.0.tar.gz 2666576 BLAKE2B ac2c6b928b04cef596837acbc76df5a835c004b8e726b8f3b9e78e8e4f5e2528f7091a517731d87c51323c67db55f25b118f2870ed57496ed31daf02c066eccf SHA512 3870b52a9b74494369c837041ce3f5dbe668159d5a823fcc4977a3bd348ca54510d346a2c3f78a47fbd6b7999820d819e47e55848da83482bb8f32c8a3ebaf81
 DIST fx-36.0.1-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
 DIST fx-36.0.1.tar.gz 2684636 BLAKE2B 1305e465358d361e3ead7956d1dec80735d59b93ac28a73f341bc1b20fff675af4afb52018298957204caf261fcd19250dfb3151ac3b72d5fbbdfc8ad4e12f0e SHA512 1fa32d34af3bd66e02f8739a5680a9d30b4bb42fd21a776480576497ff3584a58e6df9125debbf4744aba6432a5e371dafbca6b921c122363396762619e5e031
+DIST fx-36.0.2-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
+DIST fx-36.0.2.tar.gz 2685721 BLAKE2B 69459ce957b84eb38d7cfcfc62a38707562ad25b27a6cf0b8e6efbb9e33726d2082defb932933cdbc416c6f2671573aa0fe47f9339f0e232e1f831820b8c132c SHA512 7854d903cc1acffdfbb787e72ee4ffa379a397e2eb33fe8672cc11f8c10eaca1ce6262d4e7cd647c3fe2e6987a558ed31b27a3f17cc55f933c52199b0c23057e

diff --git a/app-misc/fx/fx-36.0.2.ebuild b/app-misc/fx/fx-36.0.2.ebuild
new file mode 100644
index 000000000000..e2ba504bfc62
--- /dev/null
+++ b/app-misc/fx/fx-36.0.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module shell-completion
+
+DESCRIPTION=" Terminal JSON viewer & processor"
+HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
+SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+# Dependent licenses
+LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+	ego build -o fx .
+
+	mkdir "${T}/comp"
+	./fx --comp bash > "${T}/comp/fx" || die
+	./fx --comp zsh > "${T}/comp/_fx" || die
+	./fx --comp fish > "${T}/comp/fx.fish" || die
+}
+
+src_test() {
+	ego test ./...
+}
+
+src_install() {
+	dobin fx
+	dodoc README.md
+
+	dobashcomp "${T}/comp/fx"
+	dozshcomp "${T}/comp/_fx"
+	dofishcomp "${T}/comp/fx.fish"
+}


             reply	other threads:[~2025-05-22 18:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-22 18:44 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-22 18:05 [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/ Arthur Zamarin
2025-09-05  8:10 Arthur Zamarin
2025-07-23 16:01 Arthur Zamarin
2025-07-23 16:01 Arthur Zamarin
2025-07-02 18:58 Arthur Zamarin
2025-06-20  7:58 Arthur Zamarin
2025-06-20  7:58 Arthur Zamarin
2025-06-05 18:34 Arthur Zamarin
2025-05-16  6:53 Arthur Zamarin
2025-01-21 18:40 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1747939479.8e9e33a57d733aa0b5e7bb8ddcffea9c5cb07b4e.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox