File PKGBUILD of Package mingw-w64-wine-bin
pkgname=mingw-w64-wine
pkgver=1
pkgrel=10
arch=('any')
pkgdesc="Wine wrapper for MinGW (mingw-w64)"
depends=('libunwind')
license=("MIT")
url="http://fedoraproject.org/wiki/MinGW"
source=("mingw-w64-wine-1-10.pkg.tar.zst")
sha256sums=('45e1056a1e1c92131979a6b0fa39189e49550676b6e1a60e861368c31e64c7d8')
package() {
cp -dpr --no-preserve=ownership usr "${pkgdir}"
}