void-packages/srcpkgs/wine-gecko/template
2019-12-31 15:38:51 +01:00

18 lines
615 B
Bash

# Template file for 'wine-gecko'
pkgname=wine-gecko
version=2.47.1
revision=1
archs=noarch
build_style=fetch
short_desc="Mozilla Gecko Layout Engine for WINE (32bit)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MPL-2.0"
homepage="http://wiki.winehq.org/Gecko"
distfiles="http://dl.winehq.org/wine/${pkgname}/${version}/wine-gecko-${version}-x86.msi"
checksum=f00b0e2892404827e8ce6811dedfc25ae699a09955bb3df1bbb31753e51da051
do_install() {
# The actual installation within WINE occurs at runtime in whatever
# WINEPREFIX is being used.
vinstall wine-gecko-${version}-x86.msi 644 usr/share/wine/gecko
}