mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
15 lines
629 B
Bash
15 lines
629 B
Bash
# Template file for 'xwayland-satellite'
|
|
pkgname=xwayland-satellite
|
|
version=0.5.1
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config clang"
|
|
makedepends="xcb-util-cursor-devel"
|
|
depends="xorg-server-xwayland"
|
|
short_desc="Xwayland outside your Wayland compositor"
|
|
maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
|
|
license="MPL-2.0"
|
|
homepage="https://github.com/Supreeeme/xwayland-satellite"
|
|
distfiles="https://github.com/Supreeeme/xwayland-satellite/archive/v${version}.tar.gz"
|
|
checksum=107d4a8004b24a871c6548a7c550e9260fcbb0367bd6337ae98f1fd2f3ecf645
|
|
make_check="ci-skip" # Some tests require a running Wayland environment
|