diff --git a/srcpkgs/pup/template b/srcpkgs/pup/template new file mode 100644 index 00000000000..fa114d486e6 --- /dev/null +++ b/srcpkgs/pup/template @@ -0,0 +1,17 @@ +# Template file for 'pup' +pkgname=pup +version=0.3.9 +revision=1 +build_style=go +go_import_path="github.com/ericchiang/pup" +short_desc="Command line tool for processing HTML" +maintainer="Michael Gehring " +license="MIT" +homepage="https://github.com/ericchiang/pup" +distfiles="https://github.com/ericchiang/pup/archive/v${version}.tar.gz" +checksum=5e59805edf84d73b2b4c58fe5aeb9a12fc70c028b4aaf58ded6b91ff418b0dda + +post_install() { + vlicense LICENSE + vdoc README.md +}