diff --git a/srcpkgs/darkly/template b/srcpkgs/darkly/template new file mode 100644 index 00000000000..d8d907d5302 --- /dev/null +++ b/srcpkgs/darkly/template @@ -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 " +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 +}