commit: 2248edbb24e8bd04e7d9dae306d69cdae11973c7
parent: bd428d52b872dd9aa83e3811afaea9a9e7bc16bb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 18 Feb 2019 06:32:37 +0100
www-client/badwolf: Add version 0.0.2
Diffstat:
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/www-client/badwolf/Manifest b/www-client/badwolf/Manifest
@@ -0,0 +1 @@
+DIST badwolf-0.0.2.tar.gz 2950 BLAKE2B 1b1a5502bafd114bef7415011639a4ade9dae1619a8aebb4c0d3d5c8b21adf89ed5872695864ff9e6fc4e4703cd0def3e2856c33e41eff31cb640c4c437bb206 SHA512 7ce403a415c083a60d25f9a806a177697470861d7285c826533f72211bdd9b0a67893921cf980652b74f75857d9ed06c41b202d7557d5bfd9b30e3cdca1d18bd
diff --git a/www-client/badwolf/badwolf-0.0.2.ebuild b/www-client/badwolf/badwolf-0.0.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Minimalist and privacy-oriented WebKitGTK+ browser"
+HOMEPAGE="https://hacktivis.me/git/badwolf"
+SRC_URI="https://hacktivis.me/releases/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=("README.md" "KnowledgeBase.md")
+
+DEPEND="
+ x11-libs/gtk+:3
+ net-libs/webkit-gtk
+"
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="/usr" install
+ einstalldocs
+}