From 3984e43c6c7b5ffcedbbb2da9d5d981db865e3be Mon Sep 17 00:00:00 2001 From: Philipp David Date: Sun, 10 Oct 2021 12:20:46 +0200 Subject: [PATCH] New package: htmlq-0.4.0 --- srcpkgs/htmlq/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/htmlq/template diff --git a/srcpkgs/htmlq/template b/srcpkgs/htmlq/template new file mode 100644 index 000000000000..1e86105d4d9b --- /dev/null +++ b/srcpkgs/htmlq/template @@ -0,0 +1,16 @@ +# Template file for 'htmlq' +pkgname=htmlq +version=0.4.0 +revision=1 +build_style=cargo +short_desc="Command-line HTML processor" +maintainer="Philipp David " +license="MIT" +homepage="https://github.com/mgdm/htmlq" +distfiles="https://github.com/mgdm/htmlq/archive/refs/tags/v${version}.tar.gz" +checksum=c2954c0fcb3ada664b14834646aa0a2c4268683cc51fd60d47a71a9f7e77d4b9 + +post_install() { + vdoc README.md + vlicense LICENSE.md +}