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 /media-sound/clay/clay-1.1.0.ebuild
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>
Diffstat (limited to 'media-sound/clay/clay-1.1.0.ebuild')
-rw-r--r--media-sound/clay/clay-1.1.0.ebuild20
1 files changed, 20 insertions, 0 deletions
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=""