add app-misc/buku

This commit is contained in:
Florian Tham
2017-09-26 10:26:50 +02:00
parent c12f98192c
commit 5f6bc44745
2 changed files with 32 additions and 0 deletions

1
app-misc/buku/Manifest Normal file
View File

@@ -0,0 +1 @@
EBUILD buku-9999.ebuild 599 SHA256 1bc3a106c24ffcd2ab8b232e5477f645ee1d2471f91adb2ed2b8f33af05dfbca SHA512 673480aa45123a976b6e605eaa9ae1b592a3cb9ac516a20a15351dd83ffa1e2d5e15ad61eba6f60275a857b9f87066931372cef44dbcd75148fd9b8b583410bb WHIRLPOOL 8b5422eb62f9f412347c910347cbf179898469e8798df01106007599fcb267779ab5fefa758723cb427cd90524099541472703d44843a7a753d40903771b7f6b

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{3_3,3_4,3_5,3_6} )
PYTHON_REQ_USE="ncurses"
inherit autotools git-r3
DESCRIPTION="Powerful command-line bookmark manager. Your mini-web!"
HOMEPAGE="https://github.com/jarun/buku"
EGIT_REPO_URI="https://github.com/jarun/${PN}"
EGIT_CLONE_TYPE=shallow
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="
dev-python/urllib3
>=dev-python/beautifulsoup-4.0
dev-python/cryptography
dev-python/requests
"
src_prepare() {
export PREFIX="/usr"
default
}