mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +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'
|
||||
pkgname=stockfish
|
||||
version=10
|
||||
version=11
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version}-src"
|
||||
create_wrksrc=yes
|
||||
wrksrc="Stockfish-sf_${version}"
|
||||
build_wrksrc=src
|
||||
build_style=gnu-makefile
|
||||
make_build_target=build
|
||||
hostmakedepends="unzip"
|
||||
short_desc="A free UCI chess engine derived from Glaurung"
|
||||
hostmakedepends="tar"
|
||||
short_desc="Free UCI chess engine derived from Glaurung"
|
||||
maintainer="cipr3s <cipr3s@gmx.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://stockfishchess.org/"
|
||||
distfiles="http://stockfish.s3.amazonaws.com/${pkgname}-${version}-src.zip"
|
||||
checksum=29bd01e7407098aa9e851b82f6ea4bf2b46d26e9075a48a269cb1e40c582a073
|
||||
distfiles="https://github.com/official-stockfish/Stockfish/archive/sf_${version}.tar.gz"
|
||||
checksum=802261cc601b67bed00c0ef7d21e2125959630f0852a06db9fc9bd74f440b199
|
||||
|
||||
LDFLAGS+="-lpthread"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue