mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
app-shells/elvish: add 0.21.0
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
parent
b5c1f62ce6
commit
79b418b77f
@ -2,3 +2,5 @@ DIST elvish-0.19.2-deps.tar.xz 2810784 BLAKE2B 1da98f1a790866ae3047b6bbb4a9b70cd
|
||||
DIST elvish-0.19.2.tar.gz 828904 BLAKE2B 8cbbc8d947267c4fb429023e5de431ac28bd546e279326ff7ccf75397d528f766b8709e06f008449ff273ac59c5eb9297704617d2f6239f5c9251dce609888ae SHA512 e7851659465e01fead104e36a73d0af5d4610e33018c6659e0cdc167e941c926ab4fd8b361da1b24dc88f4c07f6fa77077e069bfeaf0bbadb09913a05f58a2ba
|
||||
DIST elvish-0.20.1-deps.tar.xz 2931108 BLAKE2B b737de85c432950fe24ada82c38d2c43bc5afb1fbd41120a285f5f29cbe0a576015ef784f05e42851306156227471731764add3727e4a61a89de57eedd8e969b SHA512 bcc69853e08465df65feb87bab53413162cb838b79c84a95650acc75daea6722102475723fc24b7a780c7193c22601e5eaa498f35ca8b9905cc613eb38f1d262
|
||||
DIST elvish-0.20.1.tar.gz 862793 BLAKE2B d40c4ca8328903ecd7c82475e8b51c8f9d47b443c4d353be08ddbf25ecd113a6e81077ae814b1d1cd84d791cdbb3a21d80f3f0d1822732174595f242f375d524 SHA512 d6fd7ab0d494de7d70f7f34117c5e5dc5eb92a076e9782f11b543009872f0a1193d47814d8b67a8fcf3da14fd17a510de1f0ebb8c27f13388a8ca68a94836a61
|
||||
DIST elvish-0.21.0-deps.tar.xz 2944388 BLAKE2B 8f3a9314e9ba5957bba63bf35fb2c31a6cc5050a95451960453e5832aad68ca07e4bb47ff4ae42ab5233be092e89f5dda1b3c728f29d96f80710aec5ee8bf2fb SHA512 795f3b9585432242560ba1753777395c6e63407e3f1537b80abd733406f3803d992b346407e3ec8e5937bb817028b63314cabe7314772c0bbcb6e6ad8e725084
|
||||
DIST elvish-0.21.0.tar.gz 958170 BLAKE2B c67a32f150c7b8563847d10d35329ff1d9d9578e61c42d7123b6d6788d1d4fdec6f19e42a7132a648210e2eada69e84d3afa8b69bf697fcb660c277af20a3bcc SHA512 6bc9c53d77c43d067f42c52591db92812bfedbf7b2658d394d08bfd9d2b496fe0afa78548c5083070c2fdd150cc7ef7173d84d3a3be94893ef54609f0572418f
|
||||
|
40
app-shells/elvish/elvish-0.21.0.ebuild
Normal file
40
app-shells/elvish/elvish-0.21.0.ebuild
Normal file
@ -0,0 +1,40 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module
|
||||
|
||||
DESCRIPTION="Expressive programming language and a versatile interactive shell"
|
||||
HOMEPAGE="https://elv.sh/"
|
||||
SRC_URI="https://github.com/elves/${PN}/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}"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
# Additional licenses used in the package
|
||||
LICENSE+=" BSD EPL-1.0 CC-BY-SA-4.0"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
DOCS=(
|
||||
"README.md"
|
||||
)
|
||||
HTML_DOCS=(
|
||||
"website/learn"
|
||||
"website/ref"
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
ego build -ldflags "-X src.elv.sh/pkg/buildinfo.BuildVariant=gentoo-guru" "./cmd/${PN}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}"
|
||||
einstalldocs
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user