1 # Maintainer: Erèbe - Romain Gérard <editeur.algo[at]erebe.eu>
5 pkgdesc="An editor to draw and save algorithm. Use Qt"
7 url="https://github.com/erebe/Tabula_rasa"
11 provides=('tabula_rasa')
12 replaces=('tabula_rasa')
16 md5sums=() #generate with 'makepkg -g'
17 _gitRoot="git://github.com/erebe/Tabula_rasa.git"
18 _gitName="Tabula_rasa"
21 msg "Downloading source code from git repository."
22 if [[ -d ${_gitName} ]]
24 cd ${srcdir}/${_gitName}
27 git clone ${_gitRoot} || return 1
28 msg "Source code successfully downloaded."
32 cd ${srcdir}/${_gitName}
39 mkdir -p ${pkgdir}/usr/bin/
40 cp ${srcdir}/${_gitName}/tabula_rasa ${pkgdir}/usr/bin/