Cli tool #9

Merged
Zacharias-Brohn merged 33 commits from cli-tool into main 2026-02-22 21:43:51 +01:00
3 changed files with 5 additions and 1 deletions
Showing only changes of commit c8e6687bc3 - Show all commits
+4
View File
@@ -5,3 +5,7 @@
build/ build/
compile_commands.json compile_commands.json
testpython testpython
src/
pkg/
*.tar.*
zshell/
+1 -1
View File
@@ -8,7 +8,7 @@ license=('GPL-3.0-only')
depends=('python' 'python-pillow' 'python-materialyoucolor' 'libnotify' 'swappy' 'dart-sass' depends=('python' 'python-pillow' 'python-materialyoucolor' 'libnotify' 'swappy' 'dart-sass'
'app2unit' 'wl-clipboard' 'dconf' 'cliphist') 'app2unit' 'wl-clipboard' 'dconf' 'cliphist')
makedepends=('python-build' 'python-installer' 'python-hatch' 'python-hatch-vcs') makedepends=('python-build' 'python-installer' 'python-hatch' 'python-hatch-vcs')
source=("$pkgname::git+$url.git") source=("$pkgname::git+$url.git#branch=cli-tool")
sha256sums=('SKIP') sha256sums=('SKIP')
build() { build() {
Binary file not shown.