mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
sys-apps/goawk: add 1.30.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
1db07f0c48
commit
1fc209dc07
@ -1 +1,2 @@
|
||||
DIST goawk-1.29.1.tar.gz 1682166 BLAKE2B ba12f3a7564a436184c5abef315b3f7a5ab928757787e3d31c741c0efdf385949536ad3e77c6165bc0da18738df19115d2bd868a91a5352a2748c39489fe9546 SHA512 c0e835d26f7cfeaeb1fa6a3cf5f5aa2a308da24f949920c5477464b35aec47c874de5a29361e97b956b462afbd89d0f7c574a995ca9ec6da02b7996a20a0edd0
|
||||
DIST goawk-1.30.0.tar.gz 1684744 BLAKE2B 5ee54ffa7c1e66c8a0fed123ce8d39498a337151e753530557f408edad9a5e267506b46126910e3a96f77386f27d756c363d233c20c7c07c101a7e2cf2f7829d SHA512 e33539100c04d6584df7cdb6f55cac8e95b81f5a1cede727c2751640954457a6a5cdfc0253d9306434ded3b243349af37315678d2a89c4f9c9387c1320833a0b
|
||||
|
||||
30
sys-apps/goawk/goawk-1.30.0.ebuild
Normal file
30
sys-apps/goawk/goawk-1.30.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module
|
||||
|
||||
DESCRIPTION="POSIX-compliant AWK interpreter written in Go, with CSV support"
|
||||
HOMEPAGE="https://github.com/benhoyt/goawk"
|
||||
SRC_URI="https://github.com/benhoyt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
BDEPEND=">=dev-lang/go-1.18"
|
||||
|
||||
src_compile() {
|
||||
ego build
|
||||
}
|
||||
|
||||
src_test() {
|
||||
ego test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
|
||||
dobin goawk
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user