mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: trurl-0.8
This commit is contained in:
parent
b0754d7f6a
commit
acff46a873
1 changed files with 19 additions and 0 deletions
19
srcpkgs/trurl/template
Normal file
19
srcpkgs/trurl/template
Normal file
|
@ -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 <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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue