mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
www-client/surfraw: Add live ebuild
Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
48
www-client/surfraw/surfraw-99999.ebuild
Normal file
48
www-client/surfraw/surfraw-99999.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit autotools bash-completion-r1 git-r3
|
||||
|
||||
DESCRIPTION="A fast unix command line interface to WWW"
|
||||
LICENSE="public-domain"
|
||||
HOMEPAGE="
|
||||
http://surfraw.alioth.debian.org/
|
||||
https://gitlab.com/surfraw/Surfraw
|
||||
"
|
||||
EGIT_REPO_URI="https://gitlab.com/surfraw/Surfraw.git"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-lang/perl
|
||||
"
|
||||
DOCS=(
|
||||
AUTHORS ChangeLog HACKING NEWS README TODO
|
||||
)
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.3.0-completion.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --with-elvidir='$(datadir)'/surfraw
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
newbashcomp surfraw-bash-completion ${PN}
|
||||
bashcomp_alias ${PN} sr
|
||||
|
||||
docinto examples
|
||||
dodoc examples/README
|
||||
insinto /usr/share/doc/${PF}/examples
|
||||
doins examples/uzbl_load_url_from_surfraw
|
||||
}
|
||||
Reference in New Issue
Block a user