Skip to content

Instantly share code, notes, and snippets.

Created April 24, 2014 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/11272084 to your computer and use it in GitHub Desktop.
Save anonymous/11272084 to your computer and use it in GitHub Desktop.
stdin
# Description: A minimalist stacking X window manager based on XCB
# URL: http://hack.org/mc/projects/mcwm/
# Maintainer: BitPuffin, contact at bitpuffin dot com
# Depends on: xorg-xcw-utils-wm xorg-xcb-proto xorg-xcb-util
name=mcwm-git
version=git
release=1
source=Makefile.patch
build() {
cd $PKGMK_SOURCE_DIR
if cd mcwm; then
git pull
else
git clone git://hack.org/mcwm
cd mcwm
fi
patch Makefile ../Makefile.patch
make
make DESTDIR=$PKG PREFIX=/usr install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment