media-sound/dzr: drop 240817

Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
Jonas Frei 2024-09-10 19:39:41 +02:00
parent f317768580
commit b12d81e82d
No known key found for this signature in database
GPG Key ID: F8C5C87BDD1E28A8
2 changed files with 0 additions and 35 deletions

View File

@ -1,2 +1 @@
DIST dzr-240817.tar.gz 17744 BLAKE2B badd1d5ad2e2bc0f0cab534948827bb574aa09393923b82dfd4d88cfcac4f37629d945bdcb353efa78e0b02fa5532777b2f34a9e213973bbc74cee8890e4d783 SHA512 b95d2e4b8074631e542bdaa950c8ed37bd1d8ef2697320950e79751b675fda2e92727b9bcdc232f11b085c6963a038d606d391e6c699f8c7bb916b4a4d3b540c
DIST dzr-240909.tar.gz 17804 BLAKE2B 8fc6f9d90c9a3a753f6ced95cebf7d1e3a36b346e135932d8a1c3ea6813a649c876854fdc635c9809dd89f9e3f5be285630d3b75cae902f99f4b9aa80c5f9a92 SHA512 08e4c90af45330d8293ee6c300c95fbf25831691239a27e67e21112ccc5b2aaf47c7e74921edd484ebd34a89f15f0566051c3fd941310589e46284b43bbfa3fd

View File

@ -1,34 +0,0 @@
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit prefix
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"
RDEPEND="
app-misc/jq[oniguruma]
dev-libs/openssl
dev-util/dialog
media-video/mpv
net-misc/curl
"
src_install() {
hprefixify dzr*
dobin dzr*
}
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"
}