cmake-man: initial import

This commit is contained in:
Danny Rawlins 2020-08-16 17:45:54 +10:00
parent 6311eacf1e
commit 50ffde76b1
3 changed files with 50 additions and 0 deletions

28
cmake-man/.footprint Normal file
View File

@ -0,0 +1,28 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/ccmake.1.gz
-rw-r--r-- root/root usr/share/man/man1/cmake-gui.1.gz
-rw-r--r-- root/root usr/share/man/man1/cmake.1.gz
-rw-r--r-- root/root usr/share/man/man1/cpack.1.gz
-rw-r--r-- root/root usr/share/man/man1/ctest.1.gz
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/cmake-buildsystem.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-commands.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-compile-features.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-developer.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-env-variables.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-file-api.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-generator-expressions.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-generators.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-language.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-modules.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-packages.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-policies.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-properties.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-qt.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-server.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-toolchains.7.gz
-rw-r--r-- root/root usr/share/man/man7/cmake-variables.7.gz
-rw-r--r-- root/root usr/share/man/man7/cpack-generators.7.gz

5
cmake-man/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37DCsm+R41vDkkYceB7SIIMaQwjME08lmeGFu/7xSNEGXQWAM89SzteuQ6+vxhv7Aiw5ZoqNiDRd8vw65pbKOQw=
SHA256 (Pkgfile) = 5fd2e86759645d6df8c25e255e927f29123052579f30f908d33402dedf8a996a
SHA256 (.footprint) = 2d5af8b5b9816f80450b71452bc1ae49246b20510bba819c47804f5c8d788209
SHA256 (cmake-3.18.1.tar.gz) = c0e3338bd37e67155b9d1e9526fec326b5c541f74857771b7ffed0c46ad62508

17
cmake-man/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Man pages for cmake.
# URL: http://www.cmake.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: cmake python3-sphinx
name=cmake-man
version=3.18.1
release=1
source=(https://cmake.org/files/v${version%.*}/cmake-$version.tar.gz)
build() {
cmake -Scmake-$version/Utilities/Sphinx -Bbuild \
-DCMAKE_INSTALL_PREFIX=/usr/share -DSPHINX_MAN=ON
cmake --build build
DESTDIR=$PKG cmake --install build
}