#!/bin/mkpkg # description: Keyboard driven and lightweight Wayland notification daemon # url: https://codeberg.org/dnkl/fnott name=fnott version=1.8.0 release=1 depends=(libnotify fcft fontconfig freetype pixman libpng wayland dbus) makedeps=(meson ninja scdoc wayland-protocols tllist) source=(https://codeberg.org/dnkl/fnott/archive/$version.tar.gz) renames=($name-$version.tar.gz) sha256sums=( "896bf281431067adf539a8e563db7ef0409877f53131af4fd6656ceda11d24db" ) build() { cd $name meson setup build \ --prefix=/usr \ --buildtype=plain \ --wrap-mode=nodownload \ -D b_lto=true \ -D b_pie=true \ -D docs=enabled \ -D werror=false meson compile -C build DESTDIR=$PKG meson install -C build } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh