mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
@@ -1 +1,2 @@
|
|||||||
DIST dzr-221112.tar.gz 8604 BLAKE2B 85daf336ca292ecf0e97f79c29116b556c9cbf1d34170498145c2d22cb60398b76451e0584803f0d6f6bdb9d38825f09a5f4964d6cb54a854d51303490342593 SHA512 39fea2054df8bb235c2586bf95f1c76a70d7ab20435eee6b13e9ff2dd5e1375d926b9a8597e387db2938a5d2e7d8a43b09d8c7dd5b7bf56c48234129bce9ac18
|
DIST dzr-221112.tar.gz 8604 BLAKE2B 85daf336ca292ecf0e97f79c29116b556c9cbf1d34170498145c2d22cb60398b76451e0584803f0d6f6bdb9d38825f09a5f4964d6cb54a854d51303490342593 SHA512 39fea2054df8bb235c2586bf95f1c76a70d7ab20435eee6b13e9ff2dd5e1375d926b9a8597e387db2938a5d2e7d8a43b09d8c7dd5b7bf56c48234129bce9ac18
|
||||||
|
DIST dzr-230429.tar.gz 8633 BLAKE2B ff189d66c55ae23f4cb7734c99134737f99138ca922a27c61619a04145254838c4f0847b51f57870df020ce9520d29e60859b4705e806a6f1c03d32a9f926501 SHA512 af259ef0f1856d18308d40a867967d8a3912025b862cc36587a5acd9a0b32ea6c34b4a5870acbf8f9d9658baf2af26bac0e44811cc29e4a5e25c32c12522d473
|
||||||
|
|||||||
39
media-sound/dzr/dzr-230429.ebuild
Normal file
39
media-sound/dzr/dzr-230429.ebuild
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user