Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wwwutz committed Nov 5, 2018
1 parent 9c4668e commit 7cb9a4e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions 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
#}

0 comments on commit 7cb9a4e

Please sign in to comment.