Skip to content

Commit b295b31

Browse files
committed
New package: quickshell-0.2.0
closes: #56450
1 parent 574a48c commit b295b31

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

srcpkgs/quickshell/template

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Template file for 'quickshell'
2+
pkgname=quickshell
3+
version=0.2.0
4+
revision=1
5+
build_style=cmake
6+
configure_args="-DDISTRIBUTOR=Void -DDISTRIBUTOR_DEBUGINFO_AVAILABLE=YES
7+
-DINSTALL_QML_PREFIX=lib/qt6/qml -DCRASH_REPORTER=OFF -DHYPRLAND=OFF"
8+
hostmakedepends="pkg-config wayland-devel qt6-base qt6-declarative-devel
9+
qt6-wayland-devel qt6-shadertools"
10+
makedepends="cli11 qt6-base-private-devel qt6-declarative-private-devel
11+
qt6-shadertools-devel qt6-wayland-private-devel pipewire-devel jemalloc-devel
12+
pam-devel"
13+
depends="qt6-svg"
14+
short_desc="Flexible QtQuick-based desktop shell toolkit"
15+
maintainer="classabbyamp <void@placeviolette.net>"
16+
license="LGPL-3.0-only"
17+
homepage="https://quickshell.org"
18+
changelog="https://quickshell.org/changelog/"
19+
distfiles="https://git.outfoxxed.me/quickshell/quickshell/archive/v${version}.tar.gz"
20+
checksum=568291b2397e4859ebc8b1d5cdc60fead2ce2da2368342e5f35c19bb1e32834d

srcpkgs/quickshell/update

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
site="https://git.outfoxxed.me/quickshell/quickshell/tags"
2+
pattern="(?<!archive/)v?\K[0-9.]+(?=\.tar\.gz)"

0 commit comments

Comments
 (0)