mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
@@ -1,2 +1 @@
|
||||
DIST dzr-251019.tar.gz 18846 BLAKE2B 42a1c6f02e8b4df4ea80660e6e20201a5e9fa9bb83dc11629aaf6f7beb5fc1e4d5d47b9a815fee73fbfcc9cc00171bc82b13054b97e4b6ae399d48910f491dae SHA512 b30b43a3451dd2a52f6fb894a3b3faabcd31167c0ae7fc7933319d04291557e9087e282d8e7c95d624bb2aff7b5acab6ab89d9df4dd7f9de2c2919b18c475055
|
||||
DIST dzr-251115.tar.gz 18883 BLAKE2B f2aadab474a0fe2286005f76adb4a0183a2723b0fa099fbbf7b6f6dda70558a89c066220f78b443e546efb8f6d94e58ec6f0452f3b975be5af7946dcf6a0a011 SHA512 6d7168b540ca50696aace7771f6f884e32e0d1c7261fb56fee7dbbf9579f88742614e9b755e45c33e12a5fa598beb39f63a82938f7daf3d79e53cce4482aee23
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# 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"
|
||||
}
|
||||
Reference in New Issue
Block a user