void-packages/srcpkgs/lavalauncher/template
2021-04-27 09:36:43 -03:00

19 lines
711 B
Bash

# Template file for 'lavalauncher'
pkgname=lavalauncher
version=2.1.0
revision=1
wrksrc="${pkgname}-v${version}"
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=4d51d857ddfc682cf7dbc4dcd60a776b6816610230afead4608fdd7693261274
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
configure_args="-Dc_args=-D__off64_t=off_t"
fi