blob: 9d2217190a051499f1e129bc440509ccaf13863d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = mingw-w64-tinyxml2
pkgdesc = Simple, small, C++ XML parser that can be easily integrated into other programs (mingw-w64)
pkgver = 11.0.0
pkgrel = 1
url = https://github.com/leethomason/tinyxml2
arch = any
license = zlib
makedepends = mingw-w64-cmake
makedepends = ninja
depends = mingw-w64-crt
options = staticlibs
options = !strip
options = !buildflags
source = tinyxml2-11.0.0.tar.gz::https://github.com/leethomason/tinyxml2/archive/11.0.0.tar.gz
sha256sums = 5556deb5081fb246ee92afae73efd943c889cef0cafea92b0b82422d6a18f289
pkgname = mingw-w64-tinyxml2
|