19 lines
671 B
Bash
19 lines
671 B
Bash
# Template file for 'wine-mono'
|
|
pkgname=wine-mono
|
|
version=9.3.0
|
|
revision=1
|
|
build_style=fetch
|
|
short_desc="Mono built for running .NET applications with WINE"
|
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|
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}-x86.msi"
|
|
checksum=6ca2c0aed096ff9ec20faf5eb76c6b7d7de82d9a8875ac7dd9f0793bf9c3fd30
|
|
|
|
do_install() {
|
|
# The actual installation within WINE occurs at runtime in whatever
|
|
# WINEPREFIX is being used.
|
|
vinstall ${pkgname}-${version}-x86.msi 644 usr/share/wine/mono
|
|
vlicense ${FILESDIR}/COPYING
|
|
}
|