mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
parent
4f24733392
commit
dd262b942f
3 changed files with 30 additions and 0 deletions
3
srcpkgs/python-fishnet/INSTALL.msg
Normal file
3
srcpkgs/python-fishnet/INSTALL.msg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
fishnet requires a personal key from https://lichess.org/get-fishnet to be used
|
||||||
|
|
||||||
|
fishnet will download lichess' custom stockfish binary for analysis.
|
26
srcpkgs/python-fishnet/template
Normal file
26
srcpkgs/python-fishnet/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'python-fishnet'
|
||||||
|
pkgname=python-fishnet
|
||||||
|
version=1.15.7
|
||||||
|
revision=1
|
||||||
|
wrksrc="fishnet-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="fishnet.py"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python-requests"
|
||||||
|
short_desc="Distributed Stockfish analysis for lichess.org (Python2)"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://github.com/niklasf/fishnet"
|
||||||
|
distfiles="https://github.com/niklasf/fishnet/archive/v${version}.tar.gz"
|
||||||
|
checksum=9ffc821337dbb594b42a72a3416d20c4e71657def26bfb7ce1eb15766e17573c
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
|
python3-fishnet_package() {
|
||||||
|
noarch=yes
|
||||||
|
pycompile_module="fishnet.py"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
depends="python3-requests"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-fishnet
Symbolic link
1
srcpkgs/python3-fishnet
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-fishnet
|
Loading…
Add table
Reference in a new issue