1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-17 23:07:09 +00:00
termux-packages/packages/trurl/build.sh
Termux Github Actions 439c96a461 bump(main/trurl): 0.11
This commit has been automatically submitted by Github Actions.
2024-04-18 18:21:10 +00:00

13 lines
560 B
Bash

TERMUX_PKG_HOMEPAGE="https://curl.se/trurl/"
TERMUX_PKG_DESCRIPTION="trurl is a command line tool that parses and manipulates URLs"
TERMUX_PKG_LICENSE="curl"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.11"
TERMUX_PKG_SRCURL="https://github.com/curl/trurl/archive/trurl-$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256=c82773e6d841a5ab8d1306daaf062ba8b953b1d58023089550c23d478a885863
TERMUX_PKG_DEPENDS="libcurl"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+"