blob: 899cbc7695b720e062cad41b6597549d603f51dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Template file for 'xinit'
pkgname=xinit
version=1.4.2
revision=1
build_style=gnu-configure
configure_args="--with-xinitdir=/etc/X11/xinit"
hostmakedepends="pkg-config"
makedepends="libX11-devel"
short_desc="X init program"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://gitlab.freedesktop.org/xorg/app/xinit"
distfiles="${XORG_SITE}/app/xinit-${version}.tar.xz"
checksum=b7d8dc8d22ef9f15985a10b606ee4f2aad6828befa437359934647e88d331f23
conf_files="
/etc/X11/xinit/xinitrc
/etc/X11/xinit/xserverrc"
post_install() {
vinstall ${FILESDIR}/xserverrc 644 etc/X11/xinit
vlicense COPYING
}
|