New package: pup-0.3.9

Closes #4209
This commit is contained in:
Michael Gehring 2016-05-30 18:30:01 +02:00
parent e709f28787
commit 7a205ac1ea
1 changed files with 17 additions and 0 deletions

17
srcpkgs/pup/template Normal file
View File

@ -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 <mg@ebfe.org>"
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
}