summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ac6c6e8c60814d7fff2c378e46c7fc9eb572c272 (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=2
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-2.tar.xz")
md5sums=("f792f12e98c607664e72a4287328cb0b")

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