# Maintainer: graysky pkgname=kodi-standalone-service pkgver=1.130 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' 'libinput') replaces=('kodi-standalone-x11-service' 'kodi-standalone-gbm-service' 'kodi-standalone-wayland-service') optdepends=( 'cage: for kodi-wayland.service' 'xorg-server: for kodi-x11.service' 'xorg-xinit: for kodi-x11.service' ) source=("$pkgname-v$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz") b2sums=('4688226b40bf73714b33680167b9e5a46f79fc0798201eb2ab1403d8ce9d0d6d12c3f124df84b269fe2c9711b29351f818e52fa325dd1477952562b11652fb6d') package() { cd "$pkgname-$pkgver" make make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: