aboutsummaryrefslogtreecommitdiffstats
path: root/community/wine_gecko/APKBUILD
blob: 5b01501f65d9238ba5135bc82fa68e45e0e8576a (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
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wine_gecko
pkgver=2.47
pkgrel=1
pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
url="https://wiki.winehq.org/Gecko"
arch="x86 x86_64"
license="MPL"
options="!archcheck !check" # no tests provided
depends=""
makedepends=""
install=""
subpackages=""
source="https://dl.winehq.org/wine/${pkgname/_/-}/$pkgver/$pkgname-$pkgver-x86.msi
	https://dl.winehq.org/wine/${pkgname/_/-}/$pkgver/$pkgname-$pkgver-x86_64.msi"

package() {
	install -Dm644 "$srcdir"/$pkgname-$pkgver-$CARCH.msi \
		"$pkgdir"/usr/share/wine/gecko/$pkgname-$pkgver-$CARCH.msi
}
sha512sums="e0d06102dcb8ec2d24e8c8c3f5c2ee5cb47c18e203dfb43d85de008d682ff874fb664fef1df909a5a7857de39c7e8ce5175e734a11964ec4cd35f8fbacaea3a4  wine_gecko-2.47-x86.msi
7c2496b15a06bc6906bc60afb3ac082e3f9931207fa624e60297020211d66aa9b420a61e95730a0dbdcefbe4b26c811d0c896ecd9c363b5107d08c3fa22fef41  wine_gecko-2.47-x86_64.msi"