20 lines
600 B
Bash
20 lines
600 B
Bash
# Template file for 'trurl'
|
|
pkgname=trurl
|
|
version=0.10
|
|
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=e54ee05a1a39f2547fbb39225f9cf5e2608eeaf07ad3f7dbff0a069d060d3c46
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|