mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
33 lines
1.1 KiB
Bash
33 lines
1.1 KiB
Bash
# Template file for 'qtkeychain-qt6'
|
|
pkgname=qtkeychain-qt6
|
|
version=0.15.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_WITH_QT6=ON
|
|
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs"
|
|
hostmakedepends="qt6-base qt6-tools pkg-config"
|
|
makedepends="qt6-base-devel libsecret-devel"
|
|
short_desc="Platform-independent Qt6 API for storing passwords securely"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/frankosterfeld/qtkeychain"
|
|
changelog="https://raw.githubusercontent.com/frankosterfeld/qtkeychain/main/ChangeLog"
|
|
distfiles="https://github.com/frankosterfeld/${pkgname%-*}/archive/${version}.tar.gz"
|
|
checksum=f4254dc8f0933b06d90672d683eab08ef770acd8336e44dfa030ce041dc2ca22
|
|
make_check=no # tests need X11 ?
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
}
|
|
|
|
qtkeychain-qt6-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision} libsecret-devel"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/qt6/mkspecs
|
|
}
|
|
}
|