aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Frei <freijon@pm.me>2024-07-17 22:00:31 +0200
committerJonas Frei <freijon@pm.me>2024-07-17 22:03:09 +0200
commit5e20a4cf5f0e3be71e0206b3a30fbd1751545ee9 (patch)
tree17515628e14fe692ce35ce15bc3d2bee1f4daab2 /media-sound
parentapp-admin/agru: new package, add 0.1.10 (diff)
downloadguru-5e20a4cf5f0e3be71e0206b3a30fbd1751545ee9.tar.gz
guru-5e20a4cf5f0e3be71e0206b3a30fbd1751545ee9.tar.bz2
guru-5e20a4cf5f0e3be71e0206b3a30fbd1751545ee9.zip
media-sound/dzr: Optimized after commit comments
See: https://github.com/gentoo/guru/commit/5b9aa829c938f95e8203ff369dd28cee4f432733#commitcomment-144330620 Signed-off-by: Jonas Frei <freijon@pm.me>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/dzr/dzr-240704.ebuild17
1 files changed, 6 insertions, 11 deletions
diff --git a/media-sound/dzr/dzr-240704.ebuild b/media-sound/dzr/dzr-240704.ebuild
index 94371499e..2418dedea 100644
--- a/media-sound/dzr/dzr-240704.ebuild
+++ b/media-sound/dzr/dzr-240704.ebuild
@@ -1,8 +1,10 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 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"
@@ -11,24 +13,17 @@ LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND="
+RDEPEND="
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
+ hprefixify dzr*
+ dobin dzr*
}
pkg_postinst() {