void-packages/srcpkgs/wine-mono/template
2019-01-11 14:18:09 -02:00

19 lines
669 B
Bash

# Template file for 'wine-mono'
pkgname=wine-mono
version=4.7.5
revision=1
noarch=yes
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=154d68d476cdedef56f159d837fbb5eef9358a9f85de89f86c189ec4da004b3f
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
}