updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / mksite / PKGBUILD
blob995ff94ca1c5b76197f4edf2bc295e8183657918
1 # Maintainer:  <clu>
3 pkgname=mksite
4 _author=cosmonaut
5 pkgver=0.5
6 _pkgver=100fa85
7 pkgrel=1 
8 pkgdesc="a simple static website generator that uses markdown"
9 url="http://cosmonaut.github.com/mksite/"
10 arch=('i686' 'x86_64')
11 license=('MIT')
12 depends=('rsync' 'python-markdown' 'sed' 'gawk')
13 makedepends=()
14 conflicts=()
15 replaces=()
16 backup=()
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')
23 build() {
24   cd $startdir/src/$_author-$pkgname-$_pkgver
25   
26   mkdir -p $pkgdir/usr/bin
27   install -Dm755 mksite $pkgdir/usr/bin
28   install -Dm755 initsite $pkgdir/usr/bin