mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
stockfish: update to 11
This commit is contained in:
parent
d274ff5a19
commit
c2a593c8cc
1 changed files with 6 additions and 7 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'stockfish'
|
# Template file for 'stockfish'
|
||||||
pkgname=stockfish
|
pkgname=stockfish
|
||||||
version=10
|
version=11
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}-src"
|
wrksrc="Stockfish-sf_${version}"
|
||||||
create_wrksrc=yes
|
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_target=build
|
make_build_target=build
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="tar"
|
||||||
short_desc="A free UCI chess engine derived from Glaurung"
|
short_desc="Free UCI chess engine derived from Glaurung"
|
||||||
maintainer="cipr3s <cipr3s@gmx.com>"
|
maintainer="cipr3s <cipr3s@gmx.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://stockfishchess.org/"
|
homepage="http://stockfishchess.org/"
|
||||||
distfiles="http://stockfish.s3.amazonaws.com/${pkgname}-${version}-src.zip"
|
distfiles="https://github.com/official-stockfish/Stockfish/archive/sf_${version}.tar.gz"
|
||||||
checksum=29bd01e7407098aa9e851b82f6ea4bf2b46d26e9075a48a269cb1e40c582a073
|
checksum=802261cc601b67bed00c0ef7d21e2125959630f0852a06db9fc9bd74f440b199
|
||||||
|
|
||||||
LDFLAGS+="-lpthread"
|
LDFLAGS+="-lpthread"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue