blob: 6630d9c9f3253111290cbede756aff2af1887302 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Maintainer: Luís Fonseca <luispfonseca@gmail.com>
_pkgname=en-croissant
pkgname="${_pkgname}"-bin
pkgver=0.15.0
pkgrel=1
pkgdesc="The Ultimate Chess Toolkit"
arch=('x86_64')
url="https://github.com/franciscoBSalgueiro/en-croissant"
license=('GPL-3.0')
conflicts=("en-croissant")
depends=('hicolor-icon-theme' openssl-1.1
pango
webkit2gtk-4.1
gtk3
libsoup
glib2
cairo
gcc-libs
gdk-pixbuf2
glibc
)
source_x86_64=("https://github.com/franciscoBSalgueiro/en-croissant/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
sha256sums_x86_64=('e749402f1fcf8c3ab368afe22f82ebb3a3eabdcb374ca5ed99bb8eea3a557073')
package() {
bsdtar -xf data.tar.* -C $pkgdir
chown -R root:root $pkgdir
}
|