void-packages/srcpkgs/libkdcraw-qt6/template

26 lines
842 B
Bash

# Template file for 'libkdcraw-qt6'
pkgname=libkdcraw-qt6
version=24.08.0
revision=1
build_style=cmake
configure_args="-DQT_MAJOR_VERSION=6"
hostmakedepends="extra-cmake-modules pkg-config qt6-tools
qt6-base gettext"
makedepends="qt6-base-devel libraw-devel"
short_desc="C++ interface around LibRaw library used to decode RAW - Qt6"
maintainer="Luciogi <githubvoidlinux.supremacy429@passinbox.com>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/graphics/"
distfiles="${KDE_SITE}/release-service/${version}/src/libkdcraw-${version}.tar.xz"
checksum=b64b7f094296be4e689f4846c8d3ac82f93dc30cbd92ccbf62b65596e88625c2
libkdcraw-qt6-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/cmake
}
}