commit:     2edbb211510e5d6644f6db910041423efe8db100
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri May 21 16:30:52 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri May 21 16:31:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2edbb211

media-gfx/dustr: Import from ::lanodanOverlay

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 media-gfx/dustr/dustr-9999.ebuild | 25 +++++++++++++++++++++++++
 media-gfx/dustr/metadata.xml      | 13 +++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/media-gfx/dustr/dustr-9999.ebuild 
b/media-gfx/dustr/dustr-9999.ebuild
new file mode 100644
index 000000000..1f1d5774e
--- /dev/null
+++ b/media-gfx/dustr/dustr-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020-2021 Gentoo Authors
+# 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"
+
+DEPEND="
+       media-libs/libpng:=
+       virtual/jpeg:=
+       media-libs/libsdl2:=
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       einstalldocs
+
+       DESTDIR="${ED}" emake install PREFIX="/usr"
+}

diff --git a/media-gfx/dustr/metadata.xml b/media-gfx/dustr/metadata.xml
new file mode 100644
index 000000000..30e5d7f48
--- /dev/null
+++ b/media-gfx/dustr/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Haelwenn (lanodan) Monnier</name>
+       </maintainer>
+       <longdescription lang="en">
+       Dustr is a interactive and visual cropping tool, because even though 
the CLI is the best thing since sliced bread, cropping is one of those 
operation where seeing what you are doing is really more effective.
+
+       This tool is especially useful when you know the output size, but you 
need to pick the most aesthetically pleasing crop of the image.
+       </longdescription>
+</pkgmetadata>

Reply via email to