18 lines
679 B
Bash
18 lines
679 B
Bash
# Template file for 'lavalauncher'
|
|
pkgname=lavalauncher
|
|
version=2.1.1
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="wayland-devel pkg-config scdoc"
|
|
makedepends="wayland-protocols wayland-devel cairo-devel librsvg-devel libxkbcommon-devel"
|
|
short_desc="Simple panel launcher for Wayland"
|
|
maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://git.sr.ht/~leon_plickat/lavalauncher"
|
|
distfiles="https://git.sr.ht/~leon_plickat/lavalauncher/archive/v${version}.tar.gz"
|
|
checksum=951edb0e00a118cd57d54349349d4898cfc18c6208a7c4d7f6e892eec1497c3b
|
|
|
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|
configure_args="-Dc_args=-D__off64_t=off_t"
|
|
fi
|