summary refs log tree commit diff
path: root/app-misc/colors/colors-9999.ebuild
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2020-08-13 14:55:06 +0300
committerAzat Bahawi <azahi@teknik.io>2020-08-13 14:55:06 +0300
commit327c13455936d500c5289016e6be105f2140ae6e (patch)
tree4f581c46363ffc48a54cbe3322eff55eeb9d7401 /app-misc/colors/colors-9999.ebuild
parentx11-misc/colt: Add package (diff)
app-misc/colors: Add package
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