New package: openpgl-0.5.0

This commit is contained in:
Đoàn Trần Công Danh 2024-01-08 19:44:00 +07:00
parent 2f641c1e6f
commit 89ab927e97
3 changed files with 26 additions and 0 deletions

View File

@ -2071,6 +2071,7 @@ libstfl.so.0 stfl-0.23_1
libCDApplet.so cairo-dock-plugins-3.4.0_1
libldns.so.3 libldns-1.7.1_4
libopenjpeg.so.5 libopenjpeg-1.5.2_1
libopenpgl.so.0 openpgl-0.5.0_1
liboping.so.0 liboping-1.8.0_1
libloudmouth-1.so.0 loudmouth-1.5.3_12
libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.18_1

1
srcpkgs/openpgl-devel Symbolic link
View File

@ -0,0 +1 @@
openpgl

24
srcpkgs/openpgl/template Normal file
View File

@ -0,0 +1,24 @@
# Template file for 'openpgl'
pkgname=openpgl
version=0.5.0
revision=1
build_style=cmake
configure_args="-DOPENPGL_BUILD_TOOLS=On"
makedepends="tbb-devel"
short_desc="Intel(R) Open Path Guiding Library"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/OpenPathGuidingLibrary/openpgl"
distfiles="https://github.com/OpenPathGuidingLibrary/openpgl/archive/refs/tags/v${version}.tar.gz"
checksum=1ec806d434d45e43e098f82ee9be0cb74928343898c57490b34ff80584e9805a
openpgl-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/bin
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}