From 1bd3554d559767883ddc6f4c4ea5c964e49bd8c7 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 4 Apr 2023 11:00:11 -0400 Subject: [PATCH] New package: trurl-0.2 --- srcpkgs/trurl/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/trurl/template diff --git a/srcpkgs/trurl/template b/srcpkgs/trurl/template new file mode 100644 index 000000000000..bc66a8f415d7 --- /dev/null +++ b/srcpkgs/trurl/template @@ -0,0 +1,16 @@ +# Template file for 'trurl' +pkgname=trurl +version=0.2 +revision=1 +build_style=gnu-makefile +makedepends="libcurl-devel" +short_desc="Command line tool for URL parsing and manipulation" +maintainer="Joel Beckmeyer " +license="MIT" +homepage="https://github.com/curl/trurl" +distfiles="https://github.com/curl/trurl/archive/refs/tags/trurl-${version}.tar.gz" +checksum=acef7d251fc13fc97153d5d6949b50744a5bad8aa93840b0d8509cd754ed704f + +post_install() { + vlicense COPYING +}