void-packages/srcpkgs/KDSingleApplication/template

21 lines
764 B
Bash

# Template file for 'KDSingleApplication'
pkgname=KDSingleApplication
version=1.1.0
revision=1
build_style=cmake
configure_args="-DKDSingleApplication_QT6=ON
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs"
hostmakedepends="qt6-base"
makedepends="qt6-base-devel"
short_desc="KDAB's helper class for single-instance policy applications"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/KDAB/KDSingleApplication"
changelog="https://github.com/KDAB/KDSingleApplication/releases"
distfiles="https://github.com/KDAB/KDSingleApplication/releases/download/v${version}/kdsingleapplication-${version}.tar.gz"
checksum=31029fffa4873e2769c555668e8edaa6bd5721edbc445bff5e66cc6af3b9ed78
post_install() {
vlicense LICENSE.txt
}