media-sound/dzr - 251115 (guru)

Search

Install

Install this version:

emerge -a =media-sound/dzr-251115

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/dzr-251115

Or alternatively:

emerge --autounmask-write -a =media-sound/dzr-251115

Package Information

Description:
DZR: the command line deezer.com player
Homepage:
https://github.com/yne/dzr
License:
Unlicense

Ebuild Details

Version EAPI Keywords Slot
251115 8 ~amd64 0
View Raw Ebuild
# 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"
}

Inherited Eclasses

Dependencies

RDEPEND

	app-misc/jq[oniguruma]
	dev-libs/openssl
	dev-util/dialog
	media-video/mpv
	net-misc/curl

Manifest for 251115

Type File Size Source URLs
DIST dzr-251115.tar.gz 18883 bytes https://github.com/yne/dzr/archive/refs/tags/251115.tar.gz