1 # Maintainer: schuay <jakob.gruber@gmail.com>
5 pkgdesc="A picross and minesweeper clone."
8 url="http://github.com/schuay/${pkgname}/"
10 source=("https://github.com/downloads/schuay/${pkgname}/${pkgname}-$pkgver.tar.bz2")
11 md5sums=('b03939d32c043f9480edfa7d87986e2b')
12 depends=('sfml' 'qt' 'boost-libs')
13 makedepends=('boost' 'cmake')
16 cd ${srcdir}/${pkgname}
19 mkdir build && cd build
20 cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
25 cd ${srcdir}/${pkgname}/build
27 make DESTDIR="${pkgdir}" install