Added ebuild for vimb
This commit is contained in:
parent
99993ce972
commit
1fbd796ec6
1
www-client/vimb/Manifest
Normal file
1
www-client/vimb/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
EBUILD vimb-9999.ebuild 781 SHA256 ebee3da1d4572b993254b85e32cc41d85947c11490b185a033a162a7fcac9ea9 SHA512 db476e5f54f964b91b89d51b3d623ba2118192eaf4771bb9d07b24b97d992edad43d1d90e992988e9585a380f0a196b28fa01b672ba445661d27fba30ebfdea8 WHIRLPOOL 1c99375950459a43fab97477d3f6df03e32368a555829efe7d13b48959321a0be8252f81197dabdfabdd8472607006799d0a653efd8dec1268c96bc05e0d18f0
|
36
www-client/vimb/vimb-9999.ebuild
Normal file
36
www-client/vimb/vimb-9999.ebuild
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/www-client/vimprobable2/vimprobable2-9999.ebuild,v 1.3 2013/05/26 09:53:29 radhermit Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
#inherit toolchain-funcs git-2
|
||||
inherit git-2
|
||||
|
||||
EGIT_REPO_URI="https://github.com/fanglingsu/vimb.git"
|
||||
EGIT_PROJECT="vimb"
|
||||
|
||||
DESCRIPTION="A minimal web browser that behaves like the Vimperator plugin for Firefox"
|
||||
HOMEPAGE="http://fanglingsu.github.io/vimb/"
|
||||
|
||||
LICENSE="GPL3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="net-libs/libsoup:2.4
|
||||
net-libs/webkit-gtk:2
|
||||
x11-libs/gtk+:2
|
||||
x11-libs/libX11"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-lang/perl
|
||||
virtual/pkgconfig"
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
#src_prepare() {
|
||||
# tc-export CC
|
||||
#}
|
||||
#
|
||||
#src_install() {
|
||||
# dobin ${PN}
|
||||
# #doman ${PN}.1 vimb.5
|
||||
#}
|
Loading…
Reference in a new issue