From 7cb9a4e320d4f44882a8142f9fc063ccc8d39adf Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 5 Nov 2018 12:08:49 +0100 Subject: [PATCH] add fvwm: F... Virtual Window Manager Fvwm is a window manager for X11. It is designed to minimize memory consumption, provide a 3D look to window frames, and a virtual desktop. --- fvwm.be0 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 fvwm.be0 diff --git a/fvwm.be0 b/fvwm.be0 new file mode 100755 index 000000000..6c940487a --- /dev/null +++ b/fvwm.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION fvwm-2.6.8-1 + +SRCURL[0]="https://github.com/fvwmorg/fvwm/releases/download/${PKGVERSION}/fvwm-${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# EXCLUDE+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#}