File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ OpenCL-CLHPP
Original file line number Diff line number Diff line change 11# Template file for 'OpenCL-CLHPP'
22pkgname=OpenCL-CLHPP
3- version=2024.10.24
3+ version=2025.07.22
44revision=1
55build_style=cmake
6- configure_args=" -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF"
6+ configure_args=" -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -DBUILD_DOCS=ON"
7+ hostmakedepends=" doxygen graphviz"
78makedepends=" OpenCL-Headers ocl-icd-devel"
89depends=" OpenCL-Headers"
910short_desc=" OpenCL API C++ bindings"
1011maintainer=" Daniel Martinez <danielmartinez@cock.li>"
1112license=" Apache-2.0"
1213homepage=" https://github.com/KhronosGroup/OpenCL-CLHPP"
1314distfiles=" https://github.com/KhronosGroup/OpenCL-CLHPP/archive/refs/tags/v${version} .tar.gz"
14- checksum=51aebe848514b3bc74101036e111f8ee98703649eec7035944831dc6e05cec14
15+ checksum=c1031afde6e9eb042e6fcfbc17078f4b437a7e8d55482a1ca6e0fa762d262a89
16+
17+ post_install () {
18+ ninja -C ${cmake_builddir} docs
19+ vmkdir usr/share/doc/${pkgname}
20+ vcopy ${cmake_builddir} /docs/html usr/share/doc/${pkgname}
21+ }
22+
23+ OpenCL-CLHPP-doc_package () {
24+ short_desc+=" - documentation"
25+ pkg_install () {
26+ vmove usr/share/doc
27+ }
28+ }
You can’t perform that action at this time.
0 commit comments