new package: gron
This commit is contained in:
parent
8dc766f51d
commit
a41eb4380f
19
packages/gron/build.sh
Normal file
19
packages/gron/build.sh
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
TERMUX_PKG_HOMEPAGE=https://github.com/tomnomnom/gron
|
||||||
|
TERMUX_PKG_DESCRIPTION="Transforms JSON into discrete assignments"
|
||||||
|
TERMUX_PKG_LICENSE="MIT"
|
||||||
|
TERMUX_PKG_MAINTAINER="@termux"
|
||||||
|
TERMUX_PKG_VERSION=0.6.1
|
||||||
|
TERMUX_PKG_SRCURL=https://github.com/tomnomnom/gron.git
|
||||||
|
TERMUX_PKG_BUILD_IN_SRC=true
|
||||||
|
|
||||||
|
termux_step_make() {
|
||||||
|
termux_setup_golang
|
||||||
|
|
||||||
|
go mod init || :
|
||||||
|
go mod tidy
|
||||||
|
go build
|
||||||
|
}
|
||||||
|
|
||||||
|
termux_step_make_install() {
|
||||||
|
install -Dm700 -t $TERMUX_PREFIX/bin gron
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user