aboutsummaryrefslogtreecommitdiffstats
path: root/community/wine_gecko/APKBUILD
blob: 2c842f6a81b1925165eb854140828cb7fa79f128 (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
31
32
# 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=0
pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
url="http://wiki.winehq.org/Gecko"
arch="x86 x86_64"
license="MPL"
options="!archcheck"
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"

build() {
	return 0
}

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