From 987021329fc6e8f69afbb9f5aff6cf7a0eaae051 Mon Sep 17 00:00:00 2001 From: LucasTavaresA Date: Fri, 25 Nov 2022 13:34:53 -0300 Subject: [PATCH] New package: tofi-0.7.0 --- srcpkgs/tofi/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/tofi/template diff --git a/srcpkgs/tofi/template b/srcpkgs/tofi/template new file mode 100644 index 000000000000..e42f7ffcac65 --- /dev/null +++ b/srcpkgs/tofi/template @@ -0,0 +1,25 @@ +# Template file for 'tofi' +pkgname=tofi +version=0.7.0 +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 wayland-protocols" +short_desc="Tiny dynamic menu for wayland" +maintainer="Lucas Tavares " +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=b84680bb732434f622f66d71a2bcdf8f3ac03acaec1f856a683e13bbd78e63cd + +if [ "$XBPS_TARGET_LIBC" = musl ]; then + makedepends+=" musl-fts-devel" + depends+=" musl-fts-devel" + LDFLAGS="-lfts" +fi + +post_install() { + vlicense LICENSE +}