From 7b6e10818cab9856b62c7c025df17148b59e96af Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 7 Jan 2023 13:44:21 -0500 Subject: www-apps/sourcehut-meta: new package, add 1 Signed-off-by: Julien Roy --- www-apps/sourcehut-meta/metadata.xml | 23 +++++++++++++++++++++++ www-apps/sourcehut-meta/sourcehut-meta-1.ebuild | 14 ++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 www-apps/sourcehut-meta/metadata.xml create mode 100644 www-apps/sourcehut-meta/sourcehut-meta-1.ebuild (limited to 'www-apps') diff --git a/www-apps/sourcehut-meta/metadata.xml b/www-apps/sourcehut-meta/metadata.xml new file mode 100644 index 0000000..a5e6a87 --- /dev/null +++ b/www-apps/sourcehut-meta/metadata.xml @@ -0,0 +1,23 @@ + + + + + julien@jroy.ca + Julien Roy + + + Install sr.ht build services + Install sr.ht dispatch services + Install sr.ht chat services + Install sr.ht git services + Install sr.ht mercury services + Install sr.ht hub services + Install sr.ht lists services + Install sr.ht man services + Install sr.ht metrics services + Install sr.ht names services + Install sr.ht pages services + Install sr.ht paste services + Install sr.ht todo services + + diff --git a/www-apps/sourcehut-meta/sourcehut-meta-1.ebuild b/www-apps/sourcehut-meta/sourcehut-meta-1.ebuild new file mode 100644 index 0000000..d81756f --- /dev/null +++ b/www-apps/sourcehut-meta/sourcehut-meta-1.ebuild @@ -0,0 +1,14 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="The hacker's forge" +HOMEPAGE="https://sourcehut.org/" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64" +IUSE="builds dispatch chat git hg hub lists man metrics names pages paste todo" + +RDEPEND="git? ( dev-vcs/git-srht )" -- cgit v1.2.3