This commit is contained in:
Astreaprtcl 2025-07-29 00:32:34 +02:00 committed by GitHub
commit f0b4783861
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

30
srcpkgs/darkly/template Normal file
View file

@ -0,0 +1,30 @@
# Template file for 'darkly'
pkgname=darkly
version=0.5.21
revision=2
archs="x86_64"
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -Wno-dev -DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
hostmakedepends="pkg-config extra-cmake-modules"
makedepends="git base-devel
qt5-devel qt6-base-devel
kcoreaddons-devel kf6-kcoreaddons-devel
kcmutils-devel kf6-kcmutils-devel
kconfig-devel kf6-kconfig-devel
kguiaddons-devel kf6-kguiaddons-devel
ki18n-devel kf6-ki18n-devel
kiconthemes-devel kf6-kiconthemes-devel
kwindowsystem-devel kf6-kwindowsystem-devel
kirigami2-devel kf6-kirigami-devel
kf6-kdecoration-devel
frameworkintegration-devel kf6-frameworkintegration-devel"
short_desc="Modern style for qt applications"
maintainer="Astreaprtcl <git@m-woerle.de>"
license="GPL-2.0-or-later"
homepage="https://github.com/Bali10050/Darkly"
distfiles="https://github.com/Bali10050/Darkly/archive/refs/tags/v${version}.tar.gz>darkly.tar.gz"
checksum=bf3bd01d078850101182a7147e92300880ac6b21d5c1f35434d256e72d716524
post_install() {
vlicense COPYING
}