mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 19:04:36 +08:00
kapidox: initial PKGBUILD
This commit is contained in:
parent
57241c8562
commit
fa257ed512
34
kde-next/kapidox/PKGBUILD
Normal file
34
kde-next/kapidox/PKGBUILD
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||||
|
|
||||||
|
source ../frameworks.conf
|
||||||
|
|
||||||
|
pkgname=kapidox
|
||||||
|
pkgver=$KFVersion
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc='Frameworks API Documentation Tools'
|
||||||
|
arch=('any')
|
||||||
|
url='https://projects.kde.org/projects/frameworks/kapidox'
|
||||||
|
license=('LGPL')
|
||||||
|
makedepends=('extra-cmake-modules' 'qt5-base')
|
||||||
|
groups=('kf5')
|
||||||
|
options=("debug")
|
||||||
|
source=("$KFServer/${KFVersion}/${pkgname}-${pkgver}.tar.xz")
|
||||||
|
md5sums=('f0c2b8767f18821a149c749084e61725')
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
mkdir -p build
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd build
|
||||||
|
cmake ../${pkgname}-${pkgver} \
|
||||||
|
-DCMAKE_BUILD_TYPE=${KFBuildType} \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=${KFInstallPrefix}
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd build
|
||||||
|
make DESTDIR="${pkgdir}" install
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user