New Package: lightly-git-2023.12.29_1
This commit is contained in:
parent
f5b1769777
commit
688d7ee8f1
3 changed files with 30 additions and 0 deletions
1
srcpkgs/lightly-git-devel
Symbolic link
1
srcpkgs/lightly-git-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
lightly-git
|
1
srcpkgs/lightly-git/lightly-git
Symbolic link
1
srcpkgs/lightly-git/lightly-git
Symbolic link
|
@ -0,0 +1 @@
|
|||
.
|
28
srcpkgs/lightly-git/template
Normal file
28
srcpkgs/lightly-git/template
Normal 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/*
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue