From c398741fa28907d3e4524b8c59ca39547e9c49d4 Mon Sep 17 00:00:00 2001 From: travankor Date: Sat, 20 Jul 2019 15:47:31 -0700 Subject: [PATCH] New package: dmenu-wayland-0.1. --- srcpkgs/dmenu-wayland/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/dmenu-wayland/template diff --git a/srcpkgs/dmenu-wayland/template b/srcpkgs/dmenu-wayland/template new file mode 100644 index 00000000000..baa380dca42 --- /dev/null +++ b/srcpkgs/dmenu-wayland/template @@ -0,0 +1,19 @@ +# Template file for 'dmenu-wayland' +pkgname=dmenu-wayland +version=0.1 +revision=1 +build_style=meson +hostmakedepends="cmake pkg-config" +makedepends="cairo-devel glib-devel gobject-introspection libxkbcommon-devel + pango-devel wayland-devel wayland-protocols" +short_desc="Dmenu for wayland-compositors" +maintainer="travankor " +license="MIT" +homepage="https://github.com/nyyManni/dmenu-wayland" +distfiles="https://github.com/nyyManni/dmenu-wayland/archive/v${version}.tar.gz" +checksum=dcbc70156e138b2bb8788aeebf75af14f75e188ed78865840e341b5375ed6614 +nocross=yes #wait for wayland to use meson https://gitlab.freedesktop.org/wayland/weston/merge_requests/157 + +post_install() { + vlicense LICENSE +}