summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2017-08-20 05:08:40 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2017-09-13 15:47:30 -0400
commit623b3709592d6de2a71b7416052b9dc4119097dd (patch)
treee35bf3a68f2778aff8ec4f564c6ee9ec1c0f876c /app-emulation/wine-mono/wine-mono-4.7.1.ebuild
parentnet-fs/openafs: Bump to 1.6.21 (diff)
downloadgentoo-623b3709592d6de2a71b7416052b9dc4119097dd.tar.gz
gentoo-623b3709592d6de2a71b7416052b9dc4119097dd.tar.bz2
gentoo-623b3709592d6de2a71b7416052b9dc4119097dd.zip
app-emulation/wine-mono: Bump to 4.7.1
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-emulation/wine-mono/wine-mono-4.7.1.ebuild')
-rw-r--r--app-emulation/wine-mono/wine-mono-4.7.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emulation/wine-mono/wine-mono-4.7.1.ebuild b/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
new file mode 100644
index 000000000000..2479dca9023d
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+}