# Depends on: kf5-attica doxygen python-pyyaml

description="Frameworks API Documentation Tools "
url="https://www.kde.org/"
packager="pierre at nutyx dot org"
alias=(kapidox)

_name=kapidox
release=1

build() {
cd ${_name}-$version
mkdir build
cd    build
cmake -DCMAKE_INSTALL_PREFIX=/usr       \
      -DCMAKE_BUILD_TYPE=Release        \
      -Wno-dev ..
make
make DESTDIR=$PKG install
}

