mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
Merge 132fb21070
into e1b0e6b3eb
This commit is contained in:
commit
5db80b3f61
2 changed files with 35 additions and 0 deletions
17
srcpkgs/cli11/template
Normal file
17
srcpkgs/cli11/template
Normal file
|
@ -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
|
||||
}
|
18
srcpkgs/quickshell/template
Normal file
18
srcpkgs/quickshell/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'quickshell'
|
||||
pkgname=quickshell
|
||||
version=0.1.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-tools"
|
||||
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"
|
||||
distfiles="https://git.outfoxxed.me/quickshell/quickshell/archive/v${version}.tar.gz"
|
||||
checksum=5962043c7d4264cc7d71445dc86e175d0fbb1701ce390c24f92c6371e24bc127
|
Loading…
Add table
Reference in a new issue