mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
@@ -1,2 +1,3 @@
|
||||
DIST dzr-251115.tar.gz 18883 BLAKE2B f2aadab474a0fe2286005f76adb4a0183a2723b0fa099fbbf7b6f6dda70558a89c066220f78b443e546efb8f6d94e58ec6f0452f3b975be5af7946dcf6a0a011 SHA512 6d7168b540ca50696aace7771f6f884e32e0d1c7261fb56fee7dbbf9579f88742614e9b755e45c33e12a5fa598beb39f63a82938f7daf3d79e53cce4482aee23
|
||||
DIST dzr-260308.tar.gz 18884 BLAKE2B 838d5a6e4136afa00362c432423ab2a6e6de6c81df5d31b6307e008074fdea7dc556fa7b81c2df098dc70b4c406d4dca01fa1c7e89b45715099d7978531f6021 SHA512 ccaecc69a2f997ffea40ea2113011fa524eb4942cc3fbec71d2a6bd3eda2389e9ca3e90a12a8025e79f07c4760d162d656c99ba1b35cbeb4d0a9c6027bd0c851
|
||||
DIST dzr-260315.tar.gz 21021 BLAKE2B 716ce6311ec7b6248a702bb64e95e460c04219d81354cafa481cea96bb48fec165abab4055e5338cd7686771f381fa1969a72c2c60ba403202f4bcaa39a95bc7 SHA512 95ebc30900c0bd19789767381d503730bbd2d98a2784e6e4ba868e7482968fd3769d49209c4cddcdca59c916095f18b346537fced424c4753c7729dde3db4d74
|
||||
|
||||
34
media-sound/dzr/dzr-260315.ebuild
Normal file
34
media-sound/dzr/dzr-260315.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# 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