summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-01-14 17:55:21 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-01-14 17:55:21 +0200
commit08b2882e502fa15cb07b39e23d82b8ac7614af02 (patch)
tree5b4f17702590a09e90658eaedb81eb3e1a7d0871 /media-sound/rescrobbled/files/rescrobbled.initd
parentmedia-video/aegisub: Stabilize 3.2.2_p20160518-r105 amd64, #890816 (diff)
downloadgentoo-08b2882e502fa15cb07b39e23d82b8ac7614af02.tar.gz
gentoo-08b2882e502fa15cb07b39e23d82b8ac7614af02.tar.bz2
gentoo-08b2882e502fa15cb07b39e23d82b8ac7614af02.zip
media-sound/rescrobbled: new package, add 0.6.2
- MPRIS music scrobbler daemon. - if your player supports MPRIS the content can be scrobbled. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-sound/rescrobbled/files/rescrobbled.initd')
-rw-r--r--media-sound/rescrobbled/files/rescrobbled.initd8
1 files changed, 8 insertions, 0 deletions
diff --git a/media-sound/rescrobbled/files/rescrobbled.initd b/media-sound/rescrobbled/files/rescrobbled.initd
new file mode 100644
index 000000000000..f7b56125d39a
--- /dev/null
+++ b/media-sound/rescrobbled/files/rescrobbled.initd
@@ -0,0 +1,8 @@
+#!/sbin/openrc-run
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="rescrobbled daemon"
+description="MPRIS music scrobbler daemon"
+command=/usr/bin/rescrobbled
+procname="rescrobbled"