updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / dwmctl / PKGBUILD
blobd64f56f72edb89ee05a05d9e9518ab3542d605f6
1 # Author: Shawn Dellysse <sdellysse@gmail.com>
2 # Contributor: Shawn Dellysse <sdellysse@gmail.com>
4 pkgname=dwmctl
5 pkgver=0.0.2010.02.13
6 pkgrel=1
7 pkgdesc="Startup and shutdown script for dwm."
8 url='http://bbs.archlinux.org/viewtopic.php?pid=708445#p708445'
9 arch=(any)
10 license=('GPL')
11 depends=('dwm')
12 source=(dwmctl)
14 build() {
15   install -m755 -D $srcdir/dwmctl  $pkgdir/usr/bin/dwmctl
17 md5sums=('06dd0c18233b173b714e86b75c8bd6d6')