19 lines
671 B
Bash
19 lines
671 B
Bash
# Template file for 'wine-mono'
|
|
pkgname=wine-mono
|
|
version=4.9.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=fetch
|
|
short_desc="Mono built for running .NET applications with WINE"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="MIT, GPL-3.0-or-later, LGPL-2.0-or-later"
|
|
homepage="https://wiki.winehq.org/Mono"
|
|
distfiles="http://dl.winehq.org/wine/wine-mono/${version}/${pkgname}-${version}.msi"
|
|
checksum=8e2ec7ce6f10faa24e7b1b4bcab99a946dfe975c21327c8420c7abc74ee1c713
|
|
|
|
do_install() {
|
|
# The actual installation within WINE occurs at runtime in whatever
|
|
# WINEPREFIX is being used.
|
|
vinstall ${pkgname}-${version}.msi 644 usr/share/wine/mono
|
|
vlicense ${FILESDIR}/COPYING
|
|
}
|