# Template file for 'trurl'
pkgname=trurl
version=0.16.1
revision=1
build_style=gnu-makefile
make_check_target="test"
makedepends="libcurl-devel"
checkdepends="python3"
short_desc="Command line tool for URL parsing and manipulation"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://curl.se/trurl"
changelog="https://raw.githubusercontent.com/curl/trurl/master/RELEASE-NOTES"
distfiles="https://github.com/curl/trurl/releases/download/trurl-${version}/trurl-${version}.tar.gz"
checksum=aac947d4fb421a58abc19a3771e87942cd4721b8f855c433478c94c11a8203ba

post_install() {
	vlicense COPYING
}
