diff --git a/srcpkgs/xmenu/template b/srcpkgs/xmenu/template new file mode 100644 index 00000000000..3b825805af0 --- /dev/null +++ b/srcpkgs/xmenu/template @@ -0,0 +1,20 @@ +# Template file for 'xmenu' +pkgname=xmenu +version=4.5.5 +revision=1 +build_style=gnu-makefile +make_build_args="LOCALINC=$XBPS_CROSS_BASE/usr/include + LOCALLIB=$XBPS_CROSS_BASE/usr/lib + FREETYPEINC=$XBPS_CROSS_BASE/usr/include/freetype2 + LDFLAGS+=\$(LIBS) CFLAGS+=\$(INCS)" +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="${homepage}/archive/v${version}.tar.gz" +checksum=13fda8068d3886a590365d19d6ff84f04c0a4c9a516d79569000514067b4e77b + +post_install() { + vlicense LICENSE +}