badwolf-0.0.3.ebuild (511B)
1 # Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> 2 # Distributed under the terms of the GNU General Public License v2 3 4 EAPI=7 5 6 DESCRIPTION="Minimalist and privacy-oriented WebKitGTK+ browser" 7 HOMEPAGE="https://hacktivis.me/git/badwolf" 8 SRC_URI="https://hacktivis.me/releases/${P}.tar.gz" 9 LICENSE="BSD" 10 SLOT="0" 11 KEYWORDS="~amd64" 12 13 DOCS=("README.md" "KnowledgeBase.md") 14 15 DEPEND=" 16 x11-libs/gtk+:3 17 net-libs/webkit-gtk 18 " 19 20 src_install() { 21 emake DESTDIR="${D}" PREFIX="/usr" install 22 einstalldocs 23 }