# Contributor: Andrew Burkett # Maintainer: Daniel J Griffiths pkgname=launchy pkgver=2.5 pkgrel=1 pkgdesc="Launchy indexes the programs in your start menu and can launch your documents, project files, folders, and bookmarks with just a few keystrokes!" arch=('i686' 'x86_64') url="http://www.launchy.net/" license=('GPL') depends=('qt' 'xdg-utils') makedepends=('gcc' 'boost') source=("http://downloads.sourceforge.net/launchy/launchy-${pkgver}.tar.gz") sha256sums=('93ec471423b77973a2118eaec64c7a1c05ce37b5bff41760336ebd14fc819500') build() { cd ${srcdir}/${pkgname}-${pkgver} qmake -r Launchy.pro || return 1 make || return 1 } package() { cd ${srcdir}/${pkgname}-${pkgver} make INSTALL_ROOT=${pkgdir} install }