summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 660e39957ad959a01ade3d9a74f856a53edd736c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This PKGBUILD is part of the VDR4Arch project [https://github.com/vdr4arch]

# Maintainer: Manuel Reimer <manuel.reimer@gmx.de>
pkgname=vdr-xorg
pkgver=1.0
pkgrel=1
pkgdesc="Configures VDR service to autostart an X.org server"
url="https://github.com/vdr4arch"
arch=('any')
license=('GPL3')
depends=('xlogin' 'vdr')
source=('vdr-xorg.conf')
md5sums=('0af05daea932e0af59654d98606a0550')

package() {
  install -Dm644 vdr-xorg.conf "$pkgdir/usr/lib/systemd/system/vdr.service.d/vdr-xorg.conf"
}