# Maintainer: Joshua Merrell pkgname=minisphere pkgver=4.8.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=('allegro5-git' 'libmng') source=(https://github.com/fatcerberus/$pkgname/archive/v$pkgver.tar.gz) sha256sums=('87006ac02e018b31e78970efbbe39f33066ec6c7adca972c01ab41509b7fe368') build() { cd "$pkgname-$pkgver" make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install }