From b06dccafc165b78411830833bef992148d68ddcc Mon Sep 17 00:00:00 2001 From: KawaiiAmber Date: Fri, 8 Jan 2021 08:41:49 -0700 Subject: [PATCH] New package: xmenu-4.5.0 --- srcpkgs/xmenu/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/xmenu/template diff --git a/srcpkgs/xmenu/template b/srcpkgs/xmenu/template new file mode 100644 index 00000000000..0b8c72a9467 --- /dev/null +++ b/srcpkgs/xmenu/template @@ -0,0 +1,19 @@ +# Template file for 'xmenu' +pkgname=xmenu +version=4.5.0 +revision=1 +build_style=gnu-makefile +makedepends="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=50a3968101f9cb5fd55cbdc872475225e98d4412cd96bfea1449185a72cb49c5 + +export LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lfontconfig -lXft -lX11 -lXinerama -lImlib2" +CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2" + +post_install() { + vlicense LICENSE +}