diff options
author | Michel Zou | 2020-10-06 18:15:15 +0200 |
---|---|---|
committer | Michel Zou | 2020-10-06 18:15:15 +0200 |
commit | 165958874e212d0ce723d39313eaa7677fc12f56 (patch) | |
tree | 3e61b086f783204cff9c2099f2ca981e4d099196 /.SRCINFO | |
download | aur-165958874e212d0ce723d39313eaa7677fc12f56.tar.gz |
2.6.0b1
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 00000000000..5f84c150335 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = mingw-w64-pybind11 + pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa (mingw-w64) + pkgver = 2.6.0b1 + pkgrel = 1 + url = https://pybind11.readthedocs.org/ + arch = any + license = BSD + makedepends = mingw-w64-cmake + makedepends = mingw-w64-boost + makedepends = mingw-w64-eigen + depends = mingw-w64-crt + options = !buildflags + options = !strip + options = staticlibs + source = https://github.com/pybind/pybind11/archive/v2.6.0b1.tar.gz + sha256sums = SKIP + +pkgname = mingw-w64-pybind11 + |