# fuzzel - Application launcher for Wayland
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=fuzzel
version=1.13.0
release=1
desc="Application launcher for Wayland"
url="https://codeberg.org/dnkl/fuzzel"
license="MIT"
depend="wayland fcft pixman libpng librsvg"
makedepend="meson ninja"
source="https://codeberg.org/dnkl/fuzzel/archive/1.13.0.tar.gz"
sha256="SKIP"

build() {
	cd "fuzzel-1.13.0"
	meson setup build \
		--prefix=/usr \
		--libdir=/usr/lib \
		--sysconfdir=/etc \
		--localstatedir=/var \
		--buildtype=release \
		--wrap-mode=nodownload \
		-Db_lto=true
	ninja -C build -j"$JOBS"
}

package() {
	cd "fuzzel-1.13.0"
	DESTDIR="$pkgdir" ninja -C build install
}
