1 # Contributor: Guillaume Royer <perso+lp@guilro.com>
7 pkgdesc="Vidiwell is a text editor which automatically apply style on your text thanks to user-friendly tags. (Like in txt2tags)"
9 url="https://launchpad.net/vidiwell"
11 makedepends=('vala>=0.8.1')
12 depends=('gtk2>=2.14')
13 source=(http://launchpad.net/vidiwell/$pkgseries/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
16 cd $startdir/src/$pkgname-$pkgver
17 ./waf configure --prefix=/usr/
19 ./waf --destdir=$startdir/pkg install
21 md5sums=('7dcbd3bde69f3d539c4211b556ca4847')