File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ type = process
2+ command = /usr/bin/mpd-mpris -no-instance
3+ depends-on = mpd
4+ restart = yes
5+ smooth-recovery = yes
Original file line number Diff line number Diff line change 1+ pkgname = "mpd-mpris"
2+ pkgver = "0.4.3"
3+ pkgrel = 0
4+ build_style = "go"
5+ make_build_args = ["./cmd/mpd-mpris" ]
6+ hostmakedepends = ["dinit-chimera" , "go" , "mpd" ]
7+ depends = ["mpd" ]
8+ pkgdesc = "MPRIS protocol implementation for MPD"
9+ license = "MIT"
10+ url = "https://github.com/natsukagami/mpd-mpris"
11+ source = f"{ url } /archive/refs/tags/v{ pkgver } .tar.gz"
12+ sha256 = "c8737299e6368b15635481508a8dc69448e442e550f7c3123e38f32431a1ae30"
13+
14+
15+ def install (self ):
16+ self .install_bin (f"build/{ pkgname } " )
17+ self .install_license ("LICENSE" )
18+ self .install_service (self .files_path / "mpd-mpris.user" )
You can’t perform that action at this time.
0 commit comments