void-packages/srcpkgs/fuzzel/template
2021-10-22 10:51:18 -03:00

21 lines
684 B
Bash

# Template file for 'fuzzel'
pkgname=fuzzel
version=1.6.4
revision=1
wrksrc="$pkgname"
build_style=meson
hostmakedepends="pkg-config scdoc wayland-devel"
makedepends="cairo-devel fcft-devel librsvg-devel libpng-devel
libxkbcommon-devel pixman-devel tllist wayland-devel wayland-protocols"
short_desc="Application launcher for wlroots based Wayland compositors"
maintainer="Isaac Freund <mail@isaacfreund.com>"
license="MIT"
homepage="https://codeberg.org/dnkl/fuzzel"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=69d519c2dbcd53dc6a8e45f81f1240a2ea3ac9f420fffca8fcfce59001d443d7
post_install() {
rm "${PKGDESTDIR}/usr/share/doc/${pkgname}/LICENSE"
vlicense LICENSE
}