media-sound/dzr: add 231217

Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
Jonas Frei
2023-12-19 05:07:14 +01:00
parent 299ebfc4b1
commit 6e09824f47
2 changed files with 40 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST dzr-230919.tar.gz 16842 BLAKE2B f94c792d6fae8c97ca53388ee555f1648e9b0bd1aa71759068446a11c8a6714131174813bfdf773e98ca6455fbee392610eef74293bb2429a1faa6e888a9c7bc SHA512 5aa6a3eb0d77d20d6d531cd677b980761a9d19e92fa8054079a562a96e0e97d9b8bbff76090de4d3799764a213b83b501aad20da81d372c26b85e0412707e945
DIST dzr-231217.tar.gz 17012 BLAKE2B 4ff6b8c04f7a71612684da82cf49cb5837e44aad44fe7faa7491adb30aaf6c26433f13f2c8b9bee2cbadec125784ea10acfc78d1720bab687f1a1d055874070d SHA512 8c43821295e2062380a399215df478173f4a0984018d712602c654ee88cd902091fb8ec80cd64222e99922c5c4782372f640996c1916e5396cfedefb85f18c24

View File

@@ -0,0 +1,39 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="DZR: the command line deezer.com player"
HOMEPAGE="https://github.com/yne/dzr"
SRC_URI="https://github.com/yne/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
app-misc/jq[oniguruma]
dev-libs/openssl
dev-util/dialog
media-video/mpv
net-misc/curl
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
exeinto /usr/bin
doexe dzr
doexe dzr-dec
doexe dzr-id3
doexe dzr-srt
doexe dzr-url
default
}
pkg_postinst() {
einfo "WARNING: For legal reasons this project"
einfo "does not contain the track decryption key."
einfo "Please read the following guide first:"
einfo "https://github.com/yne/dzr/wiki#find-the-dzr_cbc-key"
}