New Package: lightly-git-2023.12.29_1

This commit is contained in:
Kevin Figueroa 2024-02-10 19:17:30 -06:00
parent f5b1769777
commit 688d7ee8f1
3 changed files with 30 additions and 0 deletions

1
srcpkgs/lightly-git-devel Symbolic link
View file

@ -0,0 +1 @@
lightly-git

View file

@ -0,0 +1 @@
.

View file

@ -0,0 +1,28 @@
# Template file for 'lightly'
pkgname=lightly-git
version=2023.12.29
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="git extra-cmake-modules"
makedepends="kdecoration-devel qt5-declarative-devel qt5-x11extras-devel kguiaddons-devel
kconfigwidgets-devel kwindowsystem-devel gettext-devel kiconthemes-devel"
depends=""
short_desc="A modern style for Qt applications"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
repository="cereus-extra"
license="GPL-2.0-or-later"
homepage="https://github.com/boehs/Lightly"
do_fetch() {
git clone ${homepage} ${wrksrc} --depth=1
}
lightly-git-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/cmake/*
}
}