1 # Contributor: Nathan Owe. <ndowens04+AUR@gmail.com>
5 pkgdesc="Script to create VMware virtual machine"
7 url="http://code.google.com/p/createvm"
10 source=(http://createvm.googlecode.com/svn/tags/0.5/$pkgname.sh)
11 md5sums=('49ebd31141c50538038ec3a7352aece9')
16 install -d $pkgdir/usr/bin
17 install -m755 createvm.sh $pkgdir/usr/bin/createvm
20 # vim:set ts=2 sw=2 et: