18 lines
532 B
Bash
18 lines
532 B
Bash
# Template file for 'wmenu'
|
|
pkgname=wmenu
|
|
version=0.1.0
|
|
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=d102703f038712d602530cc80ab58841f86834d4a377cb9e533c5ccc399a822c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|