summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Reimer2018-12-25 16:46:08 +0100
committerManuel Reimer2018-12-25 16:46:08 +0100
commit6d4d0a0be2883c4f57e9b9dfe94e308c9afd9b5c (patch)
tree7a90dd96289d91fd7c3cd707bcfe97b7e8aa5c5d /PKGBUILD
downloadaur-vdr-xorg.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/20cdad92de911d849e28ed1102686798253d0603)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..660e39957ad9
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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"
+}