# Maintainer: Joshua Merrell pkgname=minisphere pkgver=5.2.0 pkgrel=1 pkgdesc="A fast, lightweight implementation of the Sphere game engine" arch=('i686' 'x86_64') url="https://github.com/fatcerberus/minisphere" license=('BSD') depends=('allegro' 'libmng') source=(https://github.com/fatcerberus/$pkgname/archive/v$pkgver.tar.gz) sha256sums=('4bffe0e97b2e02300879c0f9c1dac0c7f36472353924ae22a44d4fb9e63025ce') build() { cd "$pkgname-$pkgver" make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install }