summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c45193f4ff7e1a36721f95312a66839c21f2d80f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: João Figueiredo <islandc0der@chaotic.cx>

pkgname=fishnet-bin
pkgver=2.9.0
pkgrel=1
pkgdesc='Distributed Stockfish analysis for lichess.org'
arch=(x86_64)
url='https://github.com/lichess-org/fishnet'
license=(GPL)
conflicts=(${pkgname%-bin})
provides=(${pkgname%-bin})
source=("$url/releases/download/v$pkgver/fishnet-$arch-unknown-linux-musl")
sha256sums=('f3898cdf9b75e0a291606f5022d424998d1d35652f9dd9b8c9a9d96298018258')

package() {
  install -Dm755 fishnet-$arch-unknown-linux-musl "$pkgdir/usr/bin/fishnet"
}