diff options
author | Daniel Solano Gómez <gentoo@sattvik.com> | 2022-07-09 21:38:03 -0500 |
---|---|---|
committer | Daniel Solano Gómez <gentoo@sattvik.com> | 2022-07-09 21:38:03 -0500 |
commit | 55b0ecafc064edd489c63d6e8d4e4478352edc70 (patch) | |
tree | 79a9121234a9e0d217e1520c6227cee2187a76e5 /media-libs | |
parent | Add todoman-4.1.0 (diff) | |
download | sattvik-55b0ecafc064edd489c63d6e8d4e4478352edc70.tar.gz sattvik-55b0ecafc064edd489c63d6e8d4e4478352edc70.tar.bz2 sattvik-55b0ecafc064edd489c63d6e8d4e4478352edc70.zip |
Add elgato-streamdeck-0.9.1
Signed-off-by: Daniel Solano <gentoo@sattvik.com>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/elgato-streamdeck/Manifest | 3 | ||||
-rw-r--r-- | media-libs/elgato-streamdeck/elgato-streamdeck-0.9.1.ebuild | 25 | ||||
-rw-r--r-- | media-libs/elgato-streamdeck/metadata.xml | 11 |
3 files changed, 39 insertions, 0 deletions
diff --git a/media-libs/elgato-streamdeck/Manifest b/media-libs/elgato-streamdeck/Manifest new file mode 100644 index 0000000..25adc36 --- /dev/null +++ b/media-libs/elgato-streamdeck/Manifest @@ -0,0 +1,3 @@ +DIST elgato-streamdeck-0.9.1.tar.gz 2551029 BLAKE2B 092a28ff52e7e26efba279bee60a494da697c48a0b9012d2ab3bea7738f5fca2468237c9e34af530767fa3d2eb6765304828d714ca5afd839da86c07c48b8c21 SHA512 8fc4a22a56f1fe3520b389f5c570cb8bd6bc4ccfdc24b85036685bbf3babfb4ed99c523cf67fa26e7e1a1bf2cd8d874d9efb3923c5811df2a52045041107dce4 +EBUILD elgato-streamdeck-0.9.1.ebuild 695 BLAKE2B 5b0273793f50a24be6a04a66716a2af45121b75e705628a1cba9543915c9845ab526ac2f00cd1c1169c3e0f11b266bc7c70377009db9a61ccfef3c642bb3b3f4 SHA512 c55835fb689cdf4833baff7d2162bbfcdad4e60a5653ce7898168266665e51c289ca19daade758e7c20f4056848fea4513ca18566dd8a1a81b1ddb0a4fac1a86 +MISC metadata.xml 349 BLAKE2B 68b8afab75b2a9cc9f8059a61db0c3c2cc48109bb743f831362e4a13cee23221eb4febc65f496bf0f812c949eab2a68ab6d504dc22cdba9b21d907ba72018df2 SHA512 ab698da97f91600c16ad1059b000a3cbb7ec3057cf311452316b493c124f05cbd9acffd9fccb61f4b3209b50bc7de14e6c4ece3b16d4acf9d3df7729fae94a2e diff --git a/media-libs/elgato-streamdeck/elgato-streamdeck-0.9.1.ebuild b/media-libs/elgato-streamdeck/elgato-streamdeck-0.9.1.ebuild new file mode 100644 index 0000000..f3a8e8a --- /dev/null +++ b/media-libs/elgato-streamdeck/elgato-streamdeck-0.9.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8,9,10,11} ) +inherit distutils-r1 + +DESCRIPTION="Python library to control the Elgato Stream Deck" +HOMEPAGE="https://github.com/abcminiuser/python-elgato-streamdeck" +if [ "${PV}" = "9999" ]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/abcminiuser/python-elgato-streamdeck.git" +else + SRC_URI="https://github.com/abcminiuser/python-elgato-streamdeck/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/python-${P}" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND=">=dev-python/pillow-9.0.0[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" diff --git a/media-libs/elgato-streamdeck/metadata.xml b/media-libs/elgato-streamdeck/metadata.xml new file mode 100644 index 0000000..9778a88 --- /dev/null +++ b/media-libs/elgato-streamdeck/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>zerochaos@gentoo.org</email> + <name>Rick Farina</name> + </maintainer> + <upstream> + <remote-id type="github">abcminiuser/python-elgato-streamdeck</remote-id> + </upstream> +</pkgmetadata> |