# Maintainer: Noa-Emil Nissinen pkgname=mingw-w64-winpthreads-bin pkgver=6.0.0 pkgrel=1 pkgdesc="MinGW-w64 winpthreads library (pre-compiled)" arch=('any') url="http://mingw-w64.sourceforge.net" license=('custom') groups=('mingw-w64-toolchain' 'mingw-w64') provides=("mingw-w64-winpthreads=${pkgver}") conflicts=('mingw-w64-winpthreads') options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') source=("https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-winpthreads/mingw-w64-winpthreads-$pkgver.tar.xz") md5sums=("331e85ba0f37d8886f22cfa788c0fbe6") package() { cd "mingw-w64-winpthreads/" cp -r * "$pkgdir/" }