commit: 38bbfc11838fe823488788817539ff49ccda7d52
parent daab7122853a3adc3f5f4ea3f843cab0bb908b4c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 1 Dec 2020 05:20:16 +0100
media-gfx/dustr: New Package
Diffstat:
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/media-gfx/dustr/dustr-9999.ebuild b/media-gfx/dustr/dustr-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="light and interactive tool your crops need"
+HOMEPAGE="https://github.com/aearil/dustr"
+EGIT_REPO_URI="https://github.com/aearil/dustr.git"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ media-libs/libpng:=
+ virtual/jpeg:=
+ media-libs/libsdl2:=
+"
+RDEPEND="${DEPEND}"