void-packages/srcpkgs/wine-mono/template
Jiang Meng Liao (Faerryn) 94a7246a09 wine-mono: update to 6.0.0
2021-02-14 16:30:25 -03:00

18 lines
666 B
Bash

# Template file for 'wine-mono'
pkgname=wine-mono
version=6.0.0
revision=1
build_style=fetch
short_desc="Mono built for running .NET applications with WINE"
maintainer="Orphaned <orphan@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}-x86.msi"
checksum=5c7af5976d101be359a77045c9cc8fc40feac028263d00e731578864e8b183d0
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
}