pkgname: kunitconversion pkgver: '6.28.0' pkgrel: '1' pkgdesc: 'Support for unit conversion' url: 'https://www.kde.org/' arch: x86_64 license: - 'LGPL-2.0-only LGPL-3.0-only' depends: [] makedepends: - 'qt6-base' - 'qt6-tools' - 'extra-cmake-modules' - ki18n source: - 'https://download.kde.org/stable/frameworks/6.28/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | cmake -B build -S ${pkgname}-${pkgver} \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_SKIP_INSTALL_RPATH=ON \ -D CMAKE_INSTALL_LIBDIR=lib \ -D BUILD_TESTING=OFF \ -D BUILD_PYTHON_BINDINGS=OFF \ -D CMAKE_BUILD_TYPE=Release \ -W no-dev cmake --build build DESTDIR=${PKGDIR} cmake --install build package: | true