# Maintainer: blu256 pkgname=wmsolar-git pkgver=r2.37b9014 pkgrel=2 pkgdesc="A dockapp depicting the solar system (90 deg. heliocentric)" url=""https://github.com/engerim42/wmsolar license=('GPL') arch=('i686' 'x86_64') depends=('libxpm' 'gcc-libs') makedepends=('git' 'make' 'ed') provides=('wmsolar') source=("$pkgname::git+$url") md5sums=('SKIP') pkgver() { cd "$srcdir/$pkgname" echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)" } build() { cd "$srcdir/$pkgname" # The following because we need to use an older C++ standard ed Makefile <