17 lines
477 B
Bash
17 lines
477 B
Bash
# Template file for 'pup'
|
|
pkgname=pup
|
|
version=0.4.0
|
|
revision=11
|
|
build_style=go
|
|
go_import_path="github.com/ericchiang/pup"
|
|
short_desc="Command line tool for processing HTML"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/ericchiang/pup"
|
|
distfiles="https://github.com/ericchiang/pup/archive/v${version}.tar.gz"
|
|
checksum=0d546ab78588e07e1601007772d83795495aa329b19bd1c3cde589ddb1c538b0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|