void-packages/srcpkgs/trurl/template

20 lines
600 B
Bash

# Template file for 'trurl'
pkgname=trurl
version=0.13
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=8ceeb09d0e08dc677897f26651aa625d9ad18021f881f9d5f31e5a95bb3cc047
post_install() {
vlicense COPYING
}