diff --git a/srcpkgs/wmenu/template b/srcpkgs/wmenu/template new file mode 100644 index 00000000000..40a5c7219cd --- /dev/null +++ b/srcpkgs/wmenu/template @@ -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 " +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 +}