prison
This commit is contained in:
32
extra-cmake-modules/alr.sh
Normal file
32
extra-cmake-modules/alr.sh
Normal file
@ -0,0 +1,32 @@
|
||||
name='extra-cmake-modules'
|
||||
version='6.7.0'
|
||||
release='1'
|
||||
desc='Extra modules and scripts for CMake'
|
||||
homepage='https://community.kde.org/Frameworks'
|
||||
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
||||
architectures=('all')
|
||||
license=('LGPL')
|
||||
|
||||
deps=(
|
||||
'cmake'
|
||||
)
|
||||
build_deps=(
|
||||
'python3-requests'
|
||||
'python3-sphinx'
|
||||
'qt6-qttools'
|
||||
)
|
||||
|
||||
sources=("https://download.kde.org/stable/frameworks/${version%.*}/$name-$version.tar.xz")
|
||||
checksums=('SKIP')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $name-$version \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DBUILD_HTML_DOCS=ON \
|
||||
-DBUILD_QTHELP_DOCS=ON
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
}
|
Reference in New Issue
Block a user