20 lines
612 B
Bash
20 lines
612 B
Bash
# Template file for 'j4-dmenu-desktop'
|
|
pkgname=j4-dmenu-desktop
|
|
version=3.0
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Denable-tests=false"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="spdlog fmt-devel"
|
|
checkdepends="catch2"
|
|
short_desc="Fast desktop menu"
|
|
maintainer="meator <meator.dev@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/enkore/j4-dmenu-desktop"
|
|
distfiles="https://github.com/enkore/j4-dmenu-desktop/archive/r${version}.tar.gz"
|
|
checksum=09f7ddd9736872871f1ed1c788880cd8da7387dd79cd271f7387a63e96bd2f92
|
|
|
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
|
configure_args+=" -Denable-tests=true"
|
|
fi
|