mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-13 04:37:03 +02:00
24 lines
761 B
Bash
24 lines
761 B
Bash
# Template file for 'kf6-kunitconversion'
|
|
pkgname=kf6-kunitconversion
|
|
version=6.12.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
|
gettext"
|
|
makedepends="kf6-ki18n-devel"
|
|
short_desc="KDE Converting physical units"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://invent.kde.org/frameworks/kunitconversion"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
|
checksum=e298a459ff981dc80529206604fa5991c26bcf19d289177168c39db9bbc0e082
|
|
|
|
kf6-kunitconversion-devel_package() {
|
|
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|