20 lines
644 B
Bash
20 lines
644 B
Bash
# Template file for 'wine-mono'
|
|
pkgname=wine-mono
|
|
version=4.7.1
|
|
revision=1
|
|
noarch=yes
|
|
build_style=fetch
|
|
homepage="https://wiki.winehq.org/Mono"
|
|
license="MIT,GPL-3,LGPL-2"
|
|
short_desc="Mono built for running .NET applications with WINE"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="http://dl.winehq.org/wine/wine-mono/${version}/${pkgname}-${version}.msi"
|
|
checksum=2c8d5db7f833c3413b2519991f5af1f433d59a927564ec6f38a3f1f8b2c629aa
|
|
|
|
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
|
|
}
|