# Maintainer: graysky pkgname=kodi-standalone-service pkgver=1.134 pkgrel=1 pkgdesc="Systemd services to run kodi in stand-alone mode without a DE" # Do NOT attempt to use this package on Arch ARM! This is only for x86_64. # You have been warned. arch=(x86_64) url="https://github.com/graysky2/kodi-standalone-service" license=(MIT) install=readme.install depends=(polkit kodi) replaces=(kodi-standalone-x11-service kodi-standalone-gbm-service kodi-standalone-wayland-service) backup=(etc/conf.d/kodi-standalone) optdepends=( 'cage: for kodi-wayland.service' 'xorg-server: for kodi-x11.service' 'xorg-xinit: for kodi-x11.service' 'xorg-xwayland: for kodi-wayland.service' ) source=("$pkgname-v$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz") b2sums=('a7733c90791a1e343c0d0197e80af490bc8ea16b703c3268a9d05e218659ac35eb5986591eabc6083456155946630ea196001db7ce5cbf506c03963040f4c8ec') package() { cd "$pkgname-$pkgver" make make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: