18 lines
532 B
Bash
18 lines
532 B
Bash
# Template file for 'wmenu'
|
|
pkgname=wmenu
|
|
version=0.1.1
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config scdoc wayland-devel"
|
|
makedepends="pango-devel wayland-devel libxkbcommon-devel wayland-protocols"
|
|
short_desc="Dmenu for wayland"
|
|
maintainer="Subhaditya Nath <sn03.general@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://sr.ht/~adnano/wmenu/"
|
|
distfiles="https://git.sr.ht/~adnano/wmenu/archive/${version}.tar.gz"
|
|
checksum=8df589c081cf56b926fb413a152532ce6835317a4dc7b5c69c70ab32c54a5359
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|