blob: 2ed6f26355804c893b2d86ef53bb363dda3bb471 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = mingw-w64-openxlsx
pkgdesc = A C++ library for reading, writing, creating and modifying Microsoft Excel (.xlsx) files (mingw-w64)
pkgver = 0.3.2
pkgrel = 1
url = https://github.com/troldal/OpenXLSX
arch = any
license = BSD
makedepends = mingw-w64-cmake
depends = mingw-w64-crt
options = !buildflags
options = staticlibs
options = !strip
source = https://github.com/troldal/OpenXLSX/archive/v0.3.2.tar.gz
sha256sums = e379f29a8ba4c4c33a2ef0589cf2fbc956411514748b2b7b45aaeff393e52cb3
pkgname = mingw-w64-openxlsx
|