updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / quicky / PKGBUILD
blob9ca883fa69974c0737a3afad71dfc42ac09c6065
1 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
3 pkgname=quicky
4 pkgver=0.4
5 pkgrel=2
6 pkgdesc="A simple note-taking application with Wiki-style syntax and behaviour."
7 arch=('i686')
8 url="http://qt-apps.org/content/show.php/Quicky?content=80325"
9 license=('GPL')
10 depends=('qt')
11 source=(http://qt-apps.org/CONTENT/content-files/80325-quicky-0.4.tar.gz)
12 md5sums=('824d9e477ee9c4994f73a3cb215161d9')
14 build() {
15         cd $startdir/src/$pkgname-$pkgver
16         mkdir -p $pkgdir/usr/{share/quicky,bin}
17         qmake || return 1
18         make || return 1
19         install -D -m755 quicky $pkgdir/usr/bin/quicky
20         install -D -m644 $startdir/quicky.desktop $pkgdir/usr/share/applications/quicky.desktop