mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
For the main distfile only. Vendors will need a bigger, separate migration. Ports that don't specify are set to `tarball`.
30 lines
1.1 KiB
Tcl
30 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup golang 1.0
|
|
|
|
go.setup github.com/ericchiang/pup 0.4.0 v
|
|
revision 0
|
|
|
|
description Parsing HTML at the command line
|
|
|
|
long_description \
|
|
${name} is a command line tool for processing HTML. It reads from stdin, \
|
|
prints to stdout, and allows the user to filter parts of the page using \
|
|
CSS selectors. Inspired by jq, ${name} aims to be a fast and flexible way \
|
|
of exploring HTML from the terminal.
|
|
|
|
categories textproc www
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 8b34a54dad0aac9f633d02ac31e81715f9ce5ad6 \
|
|
sha256 0d546ab78588e07e1601007772d83795495aa329b19bd1c3cde589ddb1c538b0 \
|
|
size 2762349
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|