contrib/cmake-man/Pkgfile

18 lines
437 B
Plaintext
Raw Normal View History

2020-08-16 09:45:54 +02:00
# 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
2020-10-10 01:52:05 +02:00
version=3.18.4
2020-08-16 09:45:54 +02:00
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
}