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