New package: wmenu-0.1.0

This commit is contained in:
Subhaditya Nath 2022-05-14 16:20:41 +05:30 committed by Duncan Overbruck
parent d0fb498e8a
commit 9e8f36749c

17
srcpkgs/wmenu/template Normal file
View file

@ -0,0 +1,17 @@
# 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
}