summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4a8a97eda538b628fe9cd0f0699d569cb3310371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Noa-Emil Nissinen <aur dot satella at spamgourmet dot org>

pkgname=mingw-w64-headers-bin
pkgver=5.0.3
pkgrel=1
pkgdesc="MinGW-w64 headers for Windows (pre-compiled)"
arch=('any')
url="http://mingw-w64.sourceforge.net"
license=('custom')
groups=('mingw-w64-toolchain' 'mingw-w64')
provides=('mingw-w64-headers')
conflicts=('mingw-w64-headers')
options=('!strip' '!libtool' '!emptydirs')
source=("https://github.com/4shadoww/mingw-w64-builds/releases/download/binary/$provides-$pkgver.tar.xz")
md5sums=("b5881db21241e43420e4215201e31d0e")

package() {
  cd "$provides/"
	cp -r * "$pkgdir/"
}