summary refs log tree commit diff
path: root/app-misc/colors/colors-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/colors/colors-9999.ebuild')
-rw-r--r--app-misc/colors/colors-9999.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/colors/colors-9999.ebuild b/app-misc/colors/colors-9999.ebuild
new file mode 100644
index 0000000..5790d4b
--- /dev/null
+++ b/app-misc/colors/colors-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2018-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="extract colors from pictures"
+HOMEPAGE="http://git.2f30.org/colors"
+EGIT_REPO_URI="git://git.2f30.org/colors.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="media-libs/libpng"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install () {
+	dobin ${PN}
+	doman ${PN}.1
+}

Consider giving Nix/NixOS a try! <3