summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2019-07-17 08:41:41 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2019-07-17 08:41:54 -0700
commit385fe6956e508aba8434c42e5d8d7e77267aa752 (patch)
treebdaa0c08129466b0b7d82584dfff836172703860
parentAdd gsed wrapper (diff)
downloadpalmer-385fe6956e508aba8434c42e5d8d7e77267aa752.tar.gz
palmer-385fe6956e508aba8434c42e5d8d7e77267aa752.tar.bz2
palmer-385fe6956e508aba8434c42e5d8d7e77267aa752.zip
media-sound/clay-1.1.0: New ebuild
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
-rw-r--r--media-sound/clay/Manifest1
-rw-r--r--media-sound/clay/clay-1.1.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/media-sound/clay/Manifest b/media-sound/clay/Manifest
new file mode 100644
index 0000000..cf9c619
--- /dev/null
+++ b/media-sound/clay/Manifest
@@ -0,0 +1 @@
+DIST clay-1.1.0.tar.gz 236475 BLAKE2B f8c70190c9fddd29183fd2d11b27608a1775d9c5f5cbcf41e38b4be19cd0fa0f3bc77c4d461cca67fe947d6679b18b532e01a40dec1389fc9916e8d0df91caf9 SHA512 e20784d850c7f23a8fa634ce832f910d116a963d8e20572135d406571a15f5807439d31206bc3525808463c00a3eac358d37d67aa552af2f08138b344f06e38c
diff --git a/media-sound/clay/clay-1.1.0.ebuild b/media-sound/clay/clay-1.1.0.ebuild
new file mode 100644
index 0000000..febfafe
--- /dev/null
+++ b/media-sound/clay/clay-1.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="Awesome standalone command line player for Google Play Music."
+HOMEPAGE="https://github.com/and3rson/clay"
+SRC_URI="https://github.com/and3rson/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""