5 pkgdesc="Shell Flags (shFlags) is a library written to greatly simplify the handling of command-line flags"
7 url="http://code.google.com/p/shflags/"
11 optdepends=(bash zsh dash ksh)
13 source=(http://shflags.googlecode.com/files/$pkgname-$pkgver.tgz)
14 md5sums=('b4d7133696ec05b71b27d8df5e278f0f')
17 src="$srcdir/$pkgname-$pkgver/src/"
18 dst="$pkgdir/usr/share/lib/shflags"
21 if [ -f "$src/shflags" ]; then
22 cp "$src/shflags" "$dst/shflags.sh"
24 msg "Warning shflags not found"
30 # vim:set ts=2 sw=2 et: