# Maintainer (Arch): graysky # Contributor (Arch): Sergej Pupykin # Contributor (Arch): Brad Fanella # Contributor (Arch): [vEX] # Contributor (Arch): Zeqadious # Contributor (Arch): BlackIkeEagle < ike DOT devolder AT gmail DOT com > # Contributor (Arch): Bartłomiej Piotrowski # Contributor (Arch): Maxime Gauduin # Maintainer : André Silva pkgname=xbmc-standalone-service pkgver=1.0 pkgrel=4 pkgdesc="Systemd service and user to autostart xbmc at boot" arch=('any') url="https://wiki.parabolagnulinux.org/index.php/Xbmc#Autostarting_at_boot" license=('GPL') depends=('xbmc' 'systemd' 'xorg-xinit') install=readme.install source=(xbmc.service) sha256sums=('1a94a7952ef99cd3dd6f4b921630563f72a3b907265e91e0a37b07339081558c') package() { install -Dm0644 "$srcdir/xbmc.service" "$pkgdir/usr/lib/systemd/system/xbmc.service" install -dm 700 "${pkgdir}"/var/lib/xbmc chown 420:420 "${pkgdir}"/var/lib/xbmc }