From 385fe6956e508aba8434c42e5d8d7e77267aa752 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Wed, 17 Jul 2019 08:41:41 -0700 Subject: media-sound/clay-1.1.0: New ebuild Signed-off-by: Palmer Dabbelt --- media-sound/clay/Manifest | 1 + media-sound/clay/clay-1.1.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 media-sound/clay/Manifest create mode 100644 media-sound/clay/clay-1.1.0.ebuild 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="" -- cgit v1.2.3-65-gdbad