mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 21:56:40 +02:00
24 lines
679 B
Text
24 lines
679 B
Text
# Maintainer: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
|
pkgname=wine-mono
|
|
pkgver=9.4.0
|
|
pkgrel=0
|
|
pkgdesc="Wine's built-in replacement for Microsoft's .NET"
|
|
url="https://wiki.winehq.org/Mono"
|
|
arch="x86_64 x86"
|
|
license="MIT"
|
|
depends="wine"
|
|
options="!check"
|
|
source="https://github.com/madewokherd/wine-mono/releases/download/wine-mono-$pkgver/wine-mono-$pkgver-x86.msi"
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir"/$pkgname-$pkgver-x86.msi \
|
|
-t "$pkgdir"/usr/share/wine/mono/
|
|
}
|
|
|
|
sha512sums="
|
|
c8907d1f3b04bfc86a4d230148558964984f4ce33a732802ccbbc89b3593bce1c32b2fae105db0efa7e1e7ee97e955e51b682f06efe595408ba4031b55b8fe0f wine-mono-9.4.0-x86.msi
|
|
"
|