commit: 6b60feb36710ce05a1e05a818756c5aec4ff421c
parent a47f689b7702bc6a9db480bd1bc10a71aa9c9052
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 26 Nov 2022 02:44:07 +0100
www-apps/bloat: new package, add 9999
Diffstat:
1 file changed, 27 insertions(+), 0 deletions(-)
diff --git a/www-apps/bloat/bloat-9999.ebuild b/www-apps/bloat/bloat-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3
+
+DESCRIPTION="Web client for Pleroma and Mastodon"
+HOMEPAGE="https://git.freesoftwareextremist.com/bloat/"
+EGIT_REPO_URI="https://git.freesoftwareextremist.com/bloat"
+EGIT_MIN_CLONE_TYPE="single+tags"
+# /: CC0-1.0
+# /vendor/…/gorilla/mux: BSD
+# /vendor/…/linkheader: MIT
+# /mastodon (go-mastodon): MIT
+LICENSE="CC0-1.0 BSD MIT"
+SLOT="0"
+KEYWORDS=""
+
+# TODO: de-vendor modules by making them proper dev-go/ dependencies
+BDEPEND=">=dev-lang/go-1.11"
+
+DOCS=( README bloat.conf )
+
+src_configure() {
+ sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
+}