new package: curlie
This commit is contained in:
parent
68be280850
commit
8395a55d27
19
packages/curlie/build.sh
Normal file
19
packages/curlie/build.sh
Normal file
@ -0,0 +1,19 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://curlie.io/
|
||||
TERMUX_PKG_DESCRIPTION="The power of curl, the ease of use of httpie"
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=1.6.7
|
||||
TERMUX_PKG_SRCURL=https://github.com/rs/curlie.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 curlie
|
||||
}
|
Loading…
Reference in New Issue
Block a user