blob: 958b224eab6ced967a84149fab1f55dc57160ea1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgname=lichess-local-engine-bin
pkgver=0.0.8
pkgrel=1
pkgdesc="Desktop app for Lichess external engine"
arch=('x86_64')
url="https://github.com/fitztrev/lichess-tauri"
license=('AGPL3')
depends=('gtk3' 'webkit2gtk' 'hicolor-icon-theme')
provides=('lichess-local-engine')
conflicts=('lichess-local-engine')
source=("https://github.com/fitztrev/lichess-tauri/releases/download/app-v${pkgver}/lichess-local-engine_${pkgver}_amd64.deb")
sha256sums=('f675b299143f55d7124cfbf38f1b4c1c92ac6f008dabc75e7394f6155fcebf58')
package() {
bsdtar -xf "${srcdir}/data.tar.gz" -C "${pkgdir}"
mv "${pkgdir}/usr/share/icons/hicolor/256x256@2" "${pkgdir}/usr/share/icons/hicolor/256x256"
}
|