commit: 6ca05811a84015c643e0dda904557e91c23e1d5f Author: Jonas Frei <freijon <AT> pm <DOT> me> AuthorDate: Tue Mar 10 04:40:34 2026 +0000 Commit: David Roman <stkw0 <AT> disroot <DOT> org> CommitDate: Tue Mar 10 04:40:53 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ca05811
media-sound/dzr: add 260308 Signed-off-by: Jonas Frei <freijon <AT> pm.me> media-sound/dzr/Manifest | 1 + media-sound/dzr/dzr-260308.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest index ae3a5a4ad8..842817b4bd 100644 --- a/media-sound/dzr/Manifest +++ b/media-sound/dzr/Manifest @@ -1 +1,2 @@ DIST dzr-251115.tar.gz 18883 BLAKE2B f2aadab474a0fe2286005f76adb4a0183a2723b0fa099fbbf7b6f6dda70558a89c066220f78b443e546efb8f6d94e58ec6f0452f3b975be5af7946dcf6a0a011 SHA512 6d7168b540ca50696aace7771f6f884e32e0d1c7261fb56fee7dbbf9579f88742614e9b755e45c33e12a5fa598beb39f63a82938f7daf3d79e53cce4482aee23 +DIST dzr-260308.tar.gz 18884 BLAKE2B 838d5a6e4136afa00362c432423ab2a6e6de6c81df5d31b6307e008074fdea7dc556fa7b81c2df098dc70b4c406d4dca01fa1c7e89b45715099d7978531f6021 SHA512 ccaecc69a2f997ffea40ea2113011fa524eb4942cc3fbec71d2a6bd3eda2389e9ca3e90a12a8025e79f07c4760d162d656c99ba1b35cbeb4d0a9c6027bd0c851 diff --git a/media-sound/dzr/dzr-260308.ebuild b/media-sound/dzr/dzr-260308.ebuild new file mode 100644 index 0000000000..dd53e7b6e6 --- /dev/null +++ b/media-sound/dzr/dzr-260308.ebuild @@ -0,0 +1,34 @@ +# Copyright 2022-2025 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" +}
