# Maintainer: León Bohn pkgname=oink-git pkgver=r106.0beaf69 pkgrel=1 pkgdesc="Oink is an implementation of modern parity game solvers written in C++." arch=('i686' 'x86_64') url="https://github.com/trolando/oink" licecnse=('Apache 2.0') source=("oink-git::git+https://github.com/trolando/oink#commit=0beaf69") makedepends=('git' 'gcc' 'make' 'cmake' 'boost') depends=('boost-libs') md5sums=('SKIP') build() { cd $pkgname mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make } package() { cd ${pkgname}/build make DESTDIR=${pkgdir} install }