void-packages/srcpkgs/trurl/template

20 lines
607 B
Bash

# 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 <joel@beckmeyer.us>"
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
}