# Description: Dynamic menu library and client inspired by dmenu # URL: https://github.com/Cloudef/bemenu # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: wayland wayland-protocols libxkbcommon pango cairo name=bemenu version=0.6.16 release=1 source=(https://github.com/Cloudef/bemenu/releases/download/${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} make PREFIX=/usr make DESTDIR="${PKG}" PREFIX=/usr install }