cruxports/hikari/Pkgfile

20 lines
657 B
Plaintext

# Description: stacking Wayland compositor inspired by cwm
# URL: https://hikari.acmelabs.space/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: bmake libucl pango wlroots
# Nice to have: xorg-xwayland
name=hikari
version=2.3.3
release=1
source=(https://hikari.acmelabs.space/releases/$name-$version.tar.gz)
build() {
prt-get isinst xorg-xwayland && BMAKE_HIKARI="WITH_XWAYLAND=YES"
cd $name-*
bmake PREFIX=/usr ETC_PREFIX=/ WITH_POSIX_C_SOURCE=YES ${BMAKE_HIKARI} \
WITH_SCREENCOPY=YES WITH_GAMMACONTROL=YES WITH_LAYERSHELL=YES WITH_VIRTUAL_INPUT=YES
bmake DESTDIR="$PKG" PREFIX=/usr ETC_PREFIX=/ WITHOUT_SUID=YES install
}