1 # Contributor: Nikolai Wyderka <nikolai [at] wyderka [dot] de>
5 pkgdesc="A console based minesweeper clone"
7 url="http://www.pspace.org/projects/36-programmes/55-ttmine-a-console-based-minesweeper-clone"
9 conflicts=('ttmine-bin')
14 source=("http://www.pspace.org/downloads/$pkgname-$pkgver-src.tar.gz")
15 md5sums=('5009b8efd20bc76af6c58f42b712ea44')
16 sha256sums=('c597e44bdef90f6c9efb879f40dc4deb5c75539986b086be392d3a243a1ac3ee')
21 if [ ! -e ttmine-$pkgver ]; then
24 mkdir -p "$pkgdir/usr/bin/"
25 cp ttmine-$pkgver ttmine "$pkgdir/usr/bin/"