assimp_docs, the documentation for the assimp library (#8803)

This commit is contained in:
Schrijvers Luc
2023-06-06 12:02:42 +02:00
committed by GitHub
parent 158a3f9d48
commit 82ac50ff78

View File

@@ -0,0 +1,38 @@
SUMMARY="The Asset-Importer-Lib Docs"
DESCRIPTION="This is the documentation for the Open Asset Import Library (short name: Assimp)."
HOMEPAGE="https://github.com/assimp/assimp-docs"
COPYRIGHT="2019 Open Asset Import Library"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="291941dd60702c7996118c80c6e617b31c62fd38caebf6f142b623ef3c09fa9f"
SOURCE_FILENAME="assimp-docs-v$portVersion.tar.gz"
SOURCE_DIR="assimp-docs-$portVersion"
ARCHITECTURES="any"
pythonVersion="python39"
PROVIDES="
$portName = $portVersion
"
BUILD_PREREQUIRES="
breathe_$pythonVersion
snowballstemmer_$pythonVersion
sphinx_$pythonVersion
sphinxcontrib_jquery_$pythonVersion
sphinx_rtd_theme_$pythonVersion
cmd:make
"
BUILD()
{
make html
}
INSTALL()
{
mkdir -p $docDir
cp -a build/html $docDir
}