From 63da1a3821fc1dd9e66b8768e1daefdaedf09325 Mon Sep 17 00:00:00 2001 From: KawaiiAmber Date: Fri, 8 Jan 2021 08:41:49 -0700 Subject: [PATCH] New package: xmenu-4.4.1 --- srcpkgs/xmenu/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/xmenu/template diff --git a/srcpkgs/xmenu/template b/srcpkgs/xmenu/template new file mode 100644 index 00000000000..0f33ac97032 --- /dev/null +++ b/srcpkgs/xmenu/template @@ -0,0 +1,25 @@ +# Template file for 'xmenu' +pkgname=xmenu +version=4.4.1 +revision=1 +# gnu-makefile build-style complains about missing ft2build.h +# build_style=gnu-makefile +hostmakedepends="imlib2-devel libX11-devel libXft-devel libXinerama-devel" +short_desc="X11 menu utility" +maintainer="KawaiiAmber " +license="MIT" +homepage="https://github.com/phillbush/xmenu" +distfiles="https://github.com/phillbush/xmenu/archive/v${version}.tar.gz" +checksum=34afe623055b12aa64c0d870c4d55f5594ae45041b571ded660cea84ba3cc40e + +do_build() { + make +} + +do_install() { + make install +} + +post_install() { + vlicense LICENSE +}