1 # Maintainer: Joseph Hsu <jhsu.x1@gmail.com>
5 pkgdesc="Bash Development and Scripting Manager"
7 url="https://bdsm.beginrescueend.com/"
8 license=("Apache License, Version 2.0")
15 _gitroot=https://github.com/wayneeseguin/bdsm.git
20 msg "Connecting to Github repo ($_gitroot)...."
21 if [ -d $_gitname ] ; then
24 msg2 "The local files are updated."
26 msg2 "Cloning repo..."
27 git clone $_gitroot $_gitname
32 msg2 "Installing BDSM..."
33 cd "$srcdir/$_gitname"
37 # vim:set ts=2 sw=2 et: