summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 281b42a358525af346c24a6513fb27fb91be5af6 (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.7
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=('3385a80196f6ca94521eabc5d93e066d9c96ece20d5594b2652328d39dd2e134')

package() {
  bsdtar -xf "${srcdir}/data.tar.gz" -C "${pkgdir}"
  mv "${pkgdir}/usr/share/icons/hicolor/256x256@2" "${pkgdir}/usr/share/icons/hicolor/256x256"
}