# Template file for 'trurl'
pkgname=trurl
version=0.12
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/archive/refs/tags/trurl-${version}.tar.gz"
checksum=67a1620ebb0392a9cdd8e46bc44a14e0a5d8c1a9112859fbbb525ec919d2fa9b

post_install() {
	vlicense COPYING
}
