25 lines
774 B
Bash
25 lines
774 B
Bash
# Template file for 'tofi'
|
|
pkgname=tofi
|
|
version=0.9.1
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="scdoc pkg-config wayland-devel wayland-protocols"
|
|
makedepends="freetype-devel cairo-devel pango-devel wayland-devel
|
|
libxkbcommon-devel harfbuzz-devel"
|
|
short_desc="Tiny dynamic menu for wayland"
|
|
maintainer="Lucas Tavares <tavares.lassuncao@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/philj56/tofi"
|
|
changelog="https://raw.githubusercontent.com/philj56/tofi/master/CHANGELOG.md"
|
|
distfiles="https://github.com/philj56/tofi/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=dd55347b509af786f133def64f3a86f1db258b5e196de80e53d62827bdcc37bc
|
|
|
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
|
makedepends+=" musl-fts-devel"
|
|
LDFLAGS="-lfts"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|