8 pkgdesc="a simple static website generator that uses markdown"
9 url="http://cosmonaut.github.com/mksite/"
10 arch=('i686' 'x86_64')
12 depends=('rsync' 'python-markdown' 'sed' 'gawk')
17 #cosmonaut-mksite-0.3-0-g957f7bb.tar.gz
18 #cosmonaut-mksite-0.4-0-g779922b.tar.gz
19 #cosmonaut-mksite-0.5-0-g100fa85.tar.gz
20 source=(https://github.com/cosmonaut/mksite/tarball/${pkgver})
21 md5sums=('c9ae47c94cc4b76a6970e8b85d4b93d3')
24 cd $startdir/src/$_author-$pkgname-$_pkgver
26 mkdir -p $pkgdir/usr/bin
27 install -Dm755 mksite $pkgdir/usr/bin
28 install -Dm755 initsite $pkgdir/usr/bin