diff options
author | 2019-11-16 12:08:39 -0500 | |
---|---|---|
committer | 2019-11-16 12:08:39 -0500 | |
commit | 2107fa18c1c47cfa1a8159fee7521c63d487d86a (patch) | |
tree | d78e2853ee7022e94cf841c620916ca0335570a8 /app-emulation/wine-mono/wine-mono-4.9.4.ebuild | |
parent | dev-tex/pgf: fix docinto (diff) | |
download | gentoo-2107fa18c1c47cfa1a8159fee7521c63d487d86a.tar.gz gentoo-2107fa18c1c47cfa1a8159fee7521c63d487d86a.tar.bz2 gentoo-2107fa18c1c47cfa1a8159fee7521c63d487d86a.zip |
app-emulation/wine-mono: Sync with ::wine
Bump to 4.9.4
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-mono/wine-mono-4.9.4.ebuild')
-rw-r--r-- | app-emulation/wine-mono/wine-mono-4.9.4.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emulation/wine-mono/wine-mono-4.9.4.ebuild b/app-emulation/wine-mono/wine-mono-4.9.4.ebuild new file mode 100644 index 000000000000..15aab248909e --- /dev/null +++ b/app-emulation/wine-mono/wine-mono-4.9.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class libraries in Wine" +HOMEPAGE="https://www.winehq.org/" +SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi" + +LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1" +SLOT="${PV}" +KEYWORDS="~amd64 ~x86" + +DEPEND="!!app-emulation/wine:0" + +S="${WORKDIR}" + +src_install() { + insinto /usr/share/wine/mono + doins "${DISTDIR}/${P}.msi" +} |