summary refs log tree commit diff
path: root/x11-misc/pywal
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--x11-misc/pywal/Manifest1
-rw-r--r--x11-misc/pywal/metadata.xml8
-rw-r--r--x11-misc/pywal/pywal-3.1.0.ebuild23
3 files changed, 32 insertions, 0 deletions
diff --git a/x11-misc/pywal/Manifest b/x11-misc/pywal/Manifest
new file mode 100644
index 0000000..6fb3f15
--- /dev/null
+++ b/x11-misc/pywal/Manifest
@@ -0,0 +1 @@
+DIST 3.1.0.tar.gz 63758 BLAKE2B 7b104c0187599483bda2db4cfe20460ad5761d51ebc9ec47e81943273c108c22fc6887b378a14be67eeed7efe8b19a867e4be1c6ad1aab0c87944f5dad98227f SHA512 ef0253a07fc8fa9ee6b85158eff0abe18a107bf7f25b0000689331dc3d2195cb879a75760984ee7de8da15ac2fe671fa2f31c16ecc66776c1701067407fa50c9
diff --git a/x11-misc/pywal/metadata.xml b/x11-misc/pywal/metadata.xml
new file mode 100644
index 0000000..7869e07
--- /dev/null
+++ b/x11-misc/pywal/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>azahi@teknik.io</email>
+		<name>azahi</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/x11-misc/pywal/pywal-3.1.0.ebuild b/x11-misc/pywal/pywal-3.1.0.ebuild
new file mode 100644
index 0000000..20d3373
--- /dev/null
+++ b/x11-misc/pywal/pywal-3.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generate and change color-schemes on the fly."
+HOMEPAGE="https://github.com/dylanaraps/pywal"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}.tar.gz -> ${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+	media-gfx/imagemagick
+"
+BDEPEND=""

Consider giving Nix/NixOS a try! <3