1 # Contributor: Matthew Bauer <mjbauer95@gmail.com>
5 pkgdesc="SmartyPants is a free web publishing plug-in for Movable Type, Blosxom, and BBEdit that easily translates plain ASCII punctuation characters into .smart. typographic punctuation HTML entities. "
7 url="http://daringfireball.net/projects/smartypants/"
10 depends=('perl>=5.005')
17 source=(http://daringfireball.net/projects/downloads/SmartyPants_$pkgver.zip)
19 md5sums=('30114747ef913ddd4b6931b6583a42e3')
22 cd "$srcdir/SmartyPants_$pkgver"
24 mkdir -p $pkgdir/usr/bin
25 cp SmartyPants.pl $pkgdir/usr/bin/smartypants