14 lines
552 B
Bash
14 lines
552 B
Bash
# Template file for 'dreamchess'
|
|
pkgname=dreamchess
|
|
version=0.3.0
|
|
revision=2
|
|
build_style=cmake
|
|
hostmakedepends="bison flex"
|
|
makedepends="SDL2_image-devel SDL2_mixer-devel glew-devel pugixml-devel mxml-devel"
|
|
short_desc="3D, OpenGL chess game with a moderately strong chess engine"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.dreamchess.org/"
|
|
distfiles="https://github.com/dreamchess/dreamchess/archive/${version}.tar.gz"
|
|
checksum=b070a34acf69ed92e523902683d104abb295d78b6f37663f4668e929b9e90470
|