From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-shells/carapace/
Date: Wed, 18 Dec 2024 00:14:12 +0000 (UTC) [thread overview]
Message-ID: <1734462283.aa151bf4e658a0533ef1be3a1263f57072649299.julien@gentoo> (raw)
commit: aa151bf4e658a0533ef1be3a1263f57072649299
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Dec 17 19:04:15 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Dec 17 19:04:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa151bf4
app-shells/carapace: add 1.1.1
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
app-shells/carapace/Manifest | 2 ++
app-shells/carapace/carapace-1.1.1.ebuild | 44 +++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/app-shells/carapace/Manifest b/app-shells/carapace/Manifest
index 6a81993db..7772d39b1 100644
--- a/app-shells/carapace/Manifest
+++ b/app-shells/carapace/Manifest
@@ -1,2 +1,4 @@
DIST carapace-1.1.0-deps.tar.xz 2978300 BLAKE2B 59fb5ae0c10954d3faedd8ff9fc3d045aeb807b28fe709d43fbdb7df6011ffe734fa62f2c7b3fd16b38ebf535cc65d9fcc84b901227665bace947fb781b7cca0 SHA512 7f4311952999c5634f0e948ddedba08b79066cd01596d9088974d2bd9d5bb634766b18695800221caa5456336b98ce9f0fd6cbbccf7cf135c20412d6b3bd8030
DIST carapace-1.1.0.tar.gz 15189847 BLAKE2B f54c654962aad2ca99c28d2f0db31c8e511dc75ebb2997adb278491a1c2cfb43355843103e53f4999797f71399b68327a7969bf90c09db473bf46a7bc9e2c179 SHA512 0a6dfaebf4401569299683db617dfa9caf4f90d082c44a3cbc12375e573467dcac3bbeb14c665111ba46ff772b02db55230672fb04d71494d08e35b820ea4e45
+DIST carapace-1.1.1-deps.tar.xz 2977656 BLAKE2B d788d6d1685657a6e14330bd54a6ea4d5d8bde5aa0763ff29b608d86d2861ccf483d309cda00846e69ab9139973c021134b229db3abd6700427bb66f9dc0059a SHA512 a0c894aa7342a88465188c08909599bbfe45c24ebba9eb4966ac12ce17a90594ea12ee723884a1b3246695813a3a8bbd44802466f7a0ee4d8690001b650a3a63
+DIST carapace-1.1.1.tar.gz 15727268 BLAKE2B 73e2378099adfed5428a8f42e5f2547f0b13d53b64443bdc0eb9441ed5f4f90422bb1fc40118431198ceb78bf432823be1b218ca63f6aa665f140ddfaff453e5 SHA512 90be0ca8a1779f5260c62790b439b28727734b71e407d14ba3c1f2b0eba7692ce5d026b1bc060057bf9664db1025e64497aacf6470938d63cff2d5ace566294d
diff --git a/app-shells/carapace/carapace-1.1.1.ebuild b/app-shells/carapace/carapace-1.1.1.ebuild
new file mode 100644
index 000000000..d68b86643
--- /dev/null
+++ b/app-shells/carapace/carapace-1.1.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Multi-shell multi-command argument completer"
+HOMEPAGE="https://carapace.sh/"
+SRC_URI="https://github.com/${PN}-sh/${PN}-bin/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
+DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz"
+SRC_URI+=" ${DEPS_URI}"
+
+S="${WORKDIR}/${PN}-bin-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ >=dev-lang/go-1.23.1
+"
+
+DOCS=(
+ "README.md"
+)
+HTML_DOCS=(
+ "docs/book/"
+)
+
+src_compile() {
+ pushd "cmd/${PN}"
+ ego generate ./...
+ ego build -ldflags="-s -w" -tags release
+}
+
+src_install() {
+ dobin "cmd/${PN}/${PN}"
+ mv "docs/src" "docs/book" || die
+ rm -r "docs/book/release_notes" || die
+ einstalldocs
+}
next reply other threads:[~2024-12-18 0:14 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-18 0:14 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-20 14:06 [gentoo-commits] repo/proj/guru:master commit in: app-shells/carapace/ David Roman
2025-10-20 14:06 David Roman
2025-09-16 14:05 David Roman
2025-09-16 14:05 David Roman
2025-07-28 11:50 Lucio Sauer
2025-07-28 11:50 Lucio Sauer
2025-07-25 10:49 David Roman
2025-06-21 12:21 Lucio Sauer
2025-06-21 12:21 Lucio Sauer
2025-05-07 12:08 David Roman
2025-05-07 12:08 David Roman
2025-01-29 9:37 David Roman
2025-01-29 9:37 David Roman
2024-12-18 0:14 Julien Roy
2024-09-25 13:53 David Roman
2024-09-25 13:53 David Roman
2024-08-10 15:41 Lucio Sauer
2024-08-10 15:41 Lucio Sauer
2024-07-01 13:50 David Roman
2024-07-01 13:50 David Roman
2024-06-15 11:12 Julien Roy
2024-06-15 11:12 Julien Roy
2024-04-15 20:52 Julien Roy
2024-04-15 20:52 Julien Roy
2024-04-15 20:52 Julien Roy
2024-03-24 19:31 Julien Roy
2024-03-24 19:31 Julien Roy
2024-02-23 13:10 David Roman
2024-02-23 13:10 David Roman
2024-01-30 11:33 David Roman
2024-01-30 11:33 David Roman
2024-01-04 15:19 Viorel Munteanu
2024-01-04 15:19 Viorel Munteanu
2023-11-18 9:53 Andrew Ammerlaan
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=1734462283.aa151bf4e658a0533ef1be3a1263f57072649299.julien@gentoo \
--to=julien@jroy.ca \
--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