24 lines
621 B
Bash
24 lines
621 B
Bash
# 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
|
|
}
|