void-packages/srcpkgs/xarcan/template
2021-11-17 23:18:51 +01:00

23 lines
878 B
Bash

# Template file for 'xarcan'
pkgname=xarcan
version=0.6.0
revision=2
build_style=meson
configure_args="-Dglamor=true -Dint10=false -Dipv6=true -Dsystemd_logind=false
-Ddefault_font_path=/usr/share/fonts/X11"
hostmakedepends="automake font-util libtool pkg-config xorg-util-macros xtrans"
makedepends="MesaLib-devel arcan-devel libX11-devel libXfont2-devel libdrm-devel
libepoxy-devel openssl-devel libtirpc-devel libxkbfile-devel pixman-devel
xorgproto libxshmfence-devel"
short_desc="Patched Xserver that bridges connections to Arcan"
maintainer="Piraty <piraty1@inbox.ru>"
license="MIT, BSD-3-Clause"
homepage="https://github.com/letoram/xarcan"
distfiles="https://github.com/letoram/xarcan/archive/${version}.tar.gz"
checksum=db582bf9c412842fb263d4eb5118f4c1eb6e7b579042a179044d9467fdb98193
post_install() {
rm -rf ${DESTDIR}/usr/{include,lib,share}
vlicense COPYING
}