mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-shells/carapace: drop 1.3.0
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST carapace-1.3.0-deps.tar.xz 2993792 BLAKE2B 90cdd0936f0e57bdd6bded4bca787f463f7be3e35c4f0581e096cfbcd4d4591cbe77b87fdca1dbf754eaa73a3110e6b7476e80972afc23bbdb1fc2b190b3a0fd SHA512 1042e3f253a8048706e5daa958076f872baa290c599c833a7152f119456eaf7fa49da3eca4c659b25dc56904aebcfadcd6e10f6403ca58f7f843d16ba767f6e6
|
||||
DIST carapace-1.3.0.tar.gz 17335980 BLAKE2B 778a764d02b401b3579249dd139800d542d0091d768ae3fe5a2e965b69d31eb84e9fdc8385e31a997c536decbd428c7fc65bc36e2af3101f690c6bcdf4d0db59 SHA512 117eec08d55fea41d47288683a07d720b376cc71ea6e06d020e74e2f5989cc900afd1706f3a1c88a5b878c7588fabc855a6e6767e26f08ad646f3a11f60a7ac3
|
||||
DIST carapace-1.3.1-deps.tar.xz 2994196 BLAKE2B 7751cc64ed876f834425cd75965ed2b048a54cc10e6b5c056d7f850f8ad4d28399b2ab10c39edf64e2c04966879438d05380d4003f700bcb408023cf614fea4a SHA512 b2db8acd9ef1cf2bac8e024abeade141cecd56ab3056db97f1fe7d4cf62cf508bca68f8a2ea54f0aa188869f5e1a52ee372e95a95249c889978ce948a2baaa25
|
||||
DIST carapace-1.3.1.tar.gz 17373172 BLAKE2B 3d5f3cb079c85fadc8be24c541548341c41f74cbd475768e86b50d0df79c2bb42a1fc92fa98116ecfecfbef3063074105a23d54c2a148fc10417f876d13a64bc SHA512 05e3026cb0494316be4b979f7ba77aa593919a8bd507825ca71ea3b8a2e497130acbaec640d9245c847902397813c1122b9d59912a6d0854dc3a0ed14f77f5b9
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 2024-2025 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"
|
||||
|
||||
DEPS_URI="https://github.com/freijon/${PN}-bin/releases/download/v${PV}/${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
|
||||
}
|
||||
Reference in New Issue
Block a user