mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
@@ -1,2 +1,3 @@
|
||||
DIST goawk-1.27.0.tar.gz 1680488 BLAKE2B ba212963d1ee48016b81af342dbff9921874dded62473ca3f0abe5da1b01d9eafb799d7316f51870f38747db4ebe3435805e3e619e28bd2193bec54fb7754090 SHA512 7f86cb8f6e4e09bd5a3115ff18deecfdc76baac81f7c8a2e6e2a8a5031b3833272d9bbc15a22b6633ffd088b7a419f80b32338c5d7f58e790294ced14deb4156
|
||||
DIST goawk-1.29.0.tar.gz 1682165 BLAKE2B 766987f40a96bbaff8c41049a6d9bda892eeb443fe36423893c74f03ea6c96145979c27e8f700ce7f372aa1f94e9320089cfaa4775ddb84fc5b1377661f25aac SHA512 656408adca5fb59c45b12f8780c5382311f00ed162be2168801e75a9ebe7afe52634d7cabdeb53502a53661bbb025cd1fdcac8d0b99ba5ffa2b17318d3edee9c
|
||||
DIST goawk-1.29.1.tar.gz 1682166 BLAKE2B ba12f3a7564a436184c5abef315b3f7a5ab928757787e3d31c741c0efdf385949536ad3e77c6165bc0da18738df19115d2bd868a91a5352a2748c39489fe9546 SHA512 c0e835d26f7cfeaeb1fa6a3cf5f5aa2a308da24f949920c5477464b35aec47c874de5a29361e97b956b462afbd89d0f7c574a995ca9ec6da02b7996a20a0edd0
|
||||
|
||||
30
sys-apps/goawk/goawk-1.29.1.ebuild
Normal file
30
sys-apps/goawk/goawk-1.29.1.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 2022-2024 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
|
||||
}
|
||||
Reference in New Issue
Block a user