app=pybind11 version=2.9.1 build=1sml homepage="https://github.com/pybind/pybind11" download="https://github.com/pybind/pybind11/archive/refs/tags/v2.9.1.tar.gz" desc="Library that provides seamless operability between C++ and Python" requires="musl" build() { mkandenterbuilddir rm -rf $app-$version tar xf $srcdir/$app-$version.tar.?z* cd $app-$version fixbuilddirpermissions unset CFLAGS CXXFLAGS mkdir smbuild && cd smbuild cmake .. \ -DCMAKE_INSTALL_PREFIX="" \ -Wno-dev make make install DESTDIR=$pkg cp ../LICENSE $pkgdocs/ mkfinalpkg } sha512sums=" 1f268cc6df1f572658bfc3e60f7f010bec9b9444d6a6d6c95f7b26f7b4b7dd42846e65ae5a611c01c0341335fdfa84b01272b5c1b2cc11a418f64fecabfa0588 pybind11-2.9.1.tar.gz "