summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 957d0ed97d4f41619819f5972a49eef78e28354e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Sergey Khobta <hxss@ya.ru>
# Maintainer: Andrey Kolchenko <andrey@kolchenko.me>

pkgname=mpris-proxy-service
pkgver=1.0.0
pkgrel=2
pkgdesc="mpris-proxy systemd service"
arch=(any)
url="http://www.bluez.org/"
depends=("bluez-utils")
install='INSTALL'

_service="mpris-proxy.service"
source=("${_service}")
sha256sums=('7e0c5e632cbf1188d7bfe2f12c8b567f239d397292b82c7fa1404a2f4413bc77')

package() {
	install -Dm644 "${srcdir}/${_service}" -t "${pkgdir}/usr/lib/systemd/user"
}