void-packages/srcpkgs/wine-mono/template
Nathan Owens 2622773db6 wine-mono: update to 4.9.4
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-26 20:38:43 +01:00

19 lines
671 B
Bash

# Template file for 'wine-mono'
pkgname=wine-mono
version=4.9.4
revision=1
archs=noarch
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}.msi"
checksum=51a6ff38323fcda71d70ead90c252b5eaeacec542ba737dbd1d676787b210fdd
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
}