Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions srcpkgs/cli11/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'cli11'
pkgname=cli11
version=2.5.0
revision=1
build_style=cmake
configure_args="-DCLI11_BUILD_TESTS=OFF -DCLI11_BUILD_EXAMPLES=OFF"
short_desc="Command line parser for C++11"
maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause"
homepage="https://github.com/CLIUtils/CLI11"
changelog="https://github.com/CLIUtils/CLI11/raw/main/CHANGELOG.md"
distfiles="https://github.com/CLIUtils/CLI11/archive/refs/tags/v${version}.tar.gz"
checksum=17e02b4cddc2fa348e5dbdbb582c59a3486fa2b2433e70a0c3bacb871334fd55

post_install() {
vlicense LICENSE
}
20 changes: 20 additions & 0 deletions srcpkgs/quickshell/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'quickshell'
pkgname=quickshell
version=0.2.0
revision=1
build_style=cmake
configure_args="-DDISTRIBUTOR=Void -DDISTRIBUTOR_DEBUGINFO_AVAILABLE=YES
-DINSTALL_QML_PREFIX=lib/qt6/qml -DCRASH_REPORTER=OFF -DHYPRLAND=OFF"
hostmakedepends="pkg-config wayland-devel qt6-base qt6-declarative-devel
qt6-wayland-devel qt6-shadertools"
makedepends="cli11 qt6-base-private-devel qt6-declarative-private-devel
qt6-shadertools-devel qt6-wayland-private-devel pipewire-devel jemalloc-devel
pam-devel"
depends="qt6-svg"
short_desc="Flexible QtQuick-based desktop shell toolkit"
maintainer="classabbyamp <void@placeviolette.net>"
license="LGPL-3.0-only"
homepage="https://quickshell.org"
changelog="https://quickshell.org/changelog/"
distfiles="https://git.outfoxxed.me/quickshell/quickshell/archive/v${version}.tar.gz"
checksum=568291b2397e4859ebc8b1d5cdc60fead2ce2da2368342e5f35c19bb1e32834d
2 changes: 2 additions & 0 deletions srcpkgs/quickshell/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site="https://git.outfoxxed.me/quickshell/quickshell/tags"
pattern="(?<!archive/)v?\K[0-9.]+(?=\.tar\.gz)"