7a205ac1ea
Closes #4209
17 lines
475 B
Bash
17 lines
475 B
Bash
# 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
|
|
}
|