mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
@@ -1 +1,2 @@
|
||||
DIST dzr-230429.tar.gz 8633 BLAKE2B ff189d66c55ae23f4cb7734c99134737f99138ca922a27c61619a04145254838c4f0847b51f57870df020ce9520d29e60859b4705e806a6f1c03d32a9f926501 SHA512 af259ef0f1856d18308d40a867967d8a3912025b862cc36587a5acd9a0b32ea6c34b4a5870acbf8f9d9658baf2af26bac0e44811cc29e4a5e25c32c12522d473
|
||||
DIST dzr-230501.tar.gz 8639 BLAKE2B e3ceef26f4e3f7b8c036f24c712f6ad635e0e9ae7102803ea9bb3b164ab405f0d3c80451ef43e14b62d475d494758210afba944a62e260ca02e186905b831711 SHA512 be38c1e2966f67eb351453d84571689dd787fdfd4057562a0cea9e5f53cf271bfa3943efbe7f4ec43437b4d274212dea8d37634cd28528c8dce5c6bec6b93723
|
||||
|
||||
39
media-sound/dzr/dzr-230501.ebuild
Normal file
39
media-sound/dzr/dzr-230501.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