void-packages/srcpkgs/trurl/template

20 lines
619 B
Bash

# Template file for 'trurl'
pkgname=trurl
version=0.15.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=680342d123b71a08e77275f6dd4ac40847cbd3289c6ec967d4c976ea28626f04
post_install() {
vlicense COPYING
}