doxygen: dropped

This commit is contained in:
Tim Biermann 2022-12-22 10:09:05 +00:00
parent eb1c7938ec
commit 01c2af0b68
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 38 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/doxygen
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rwxr-xr-x root/root usr/share/man/man1/doxygen.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF364Wsf+XMJGrgr594HJBxdv9BjsJVWedN+9EQOsA/8gN6z50xW0o1uzswC5GfPMuUUuf2wq0XKzxAMLRhksyDQc=
SHA256 (Pkgfile) = 59d884ca18f4f613349e69c36b83c30c686ef20ab4302127b8ee0c064c4eb1c9
SHA256 (.footprint) = 0e61555d2a09dde40592598439a5cff7abcb36a09463db1700c00e4a69bc8a31
SHA256 (doxygen-1.9.5.src.tar.gz) = 55b454b35d998229a96f3d5485d57a0a517ce2b78d025efb79d57b5a2e4b2eec

View File

@ -1,26 +0,0 @@
# Description: Source code documentation generator tool
# URL: https://www.doxygen.nl/
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
# Depends on: cmake python3
name=doxygen
version=1.9.5
release=1
source=(https://www.doxygen.nl/files/${name}-${version}.src.tar.gz)
build() {
prt-get isinst ninja && PKGMK_DOXYGEN+=' -G Ninja'
cmake -S ${name}-${version} -B build ${PKGMK_DOXYGEN} \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="${CXXFLAGS}" \
-D CMAKE_C_FLAGS_RELEASE="${CFLAGS}" \
-Wno-dev
cmake --build build
DESTDIR="${PKG}" cmake --install build
install -D -m 0755 "${SRC}"/${name}-${version}/doc/${name}.1 \
"${PKG}"/usr/share/man/man1/${name}.1
}
# s-sh-mode