diff --git a/srcpkgs/trurl/template b/srcpkgs/trurl/template new file mode 100644 index 00000000000..8dba4430325 --- /dev/null +++ b/srcpkgs/trurl/template @@ -0,0 +1,19 @@ +# Template file for 'trurl' +pkgname=trurl +version=0.8 +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 " +license="MIT" +homepage="https://github.com/curl/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=7baccde1620062cf8c670121125480269b41bdc81bd4015b7aabe33debb022c6 + +post_install() { + vlicense COPYING +}