contrib/extra-cmake-modules/Pkgfile

20 lines
477 B
Plaintext
Raw Normal View History

# Description: Extra cmake modules
# URL: https://github.com/KDE/extra-cmake-modules
# Maintainer: Stamatin Cristina, dear dot volgk at gmail dot com
# Depends on: cmake
name=extra-cmake-modules
2021-05-22 08:59:28 +02:00
version=5.82.0
release=1
source=(https://github.com/KDE/$name/archive/v$version/$name-$version.tar.gz)
build() {
cmake -S$name-$version -Bbuild \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTING=OFF
cmake --build build -v
DESTDIR=$PKG cmake --install build
}