app-misc/pup - 0.4.0 (hossie)

Search

Package Information

Description:
pup is a command line tool for processing HTML
Homepage:
https://github.com/ericchiang/pup
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.4.0 6 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="pup is a command line tool for processing HTML"
HOMEPAGE="https://github.com/ericchiang/pup"
SRC_URI="https://github.com/ericchiang/pup/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-lang/go"
RDEPEND=""

GO_PN="github.com/ericchiang/${PN}"

src_compile() {
	go build -v -x "${GO_PN}" || die
}

src_install() {
	dobin pup
}

Dependencies

DEPEND

dev-lang/go

Manifest for 0.4.0

Type File Size Source URLs
DIST pup-0.4.0.tar.gz 2762349 bytes https://github.com/ericchiang/pup/archive/v0.4.0.tar.gz