Compare commits

..
7 Commits
Author SHA1 Message Date
Zacharias-Brohn cc8b117957 main branch 2026-07-08 23:04:52 +02:00
Zacharias-Brohn 0527c53724 remove python 2026-07-08 13:03:46 +02:00
Zacharias-Brohn 38df06e0a9 better versioning 2026-06-30 13:38:03 +02:00
Zacharias-Brohn d392551cf8 versioning 2026-06-29 18:59:03 +02:00
Zacharias-Brohn b9fcc85622 point to main 2026-06-23 11:46:43 +02:00
Zacharias-Brohn 9e2f530a73 add canvaspainter dep 2026-06-18 14:01:08 +02:00
Zacharias-Brohn efcf006a5f update blobs 2026-05-19 03:50:05 +02:00
+10 -9
View File
@@ -1,20 +1,24 @@
pkgname='zshell'
pkgver=0.1.0
pkgver=0.2.0.r36.g80ee714
pkgrel=1
pkgdesc='The cli for zshell'
arch=('any')
url='https://git.zach-dev.cc/zach/z-bar-qt'
license=('GPL-3.0-only')
depends=('python' 'python-pillow' 'python-materialyoucolor' 'libnotify' 'swappy' 'dart-sass'
'app2unit' 'wl-clipboard' 'dconf' 'cliphist' 'python-typer')
makedepends=('python-build' 'python-installer' 'python-hatch' 'python-hatch-vcs' 'cargo' 'rust' 'cmake' 'ninja')
'app2unit' 'wl-clipboard' 'dconf' 'cliphist' 'python-typer' 'qt6-canvaspainter')
makedepends=('python-build' 'python-installer' 'python-hatch' 'python-hatch-vcs' 'cargo' 'rust' 'cmake' 'ninja' 'nuitka')
source=("$pkgname::git+$url.git#branch=main")
options=('!lto')
sha256sums=('SKIP')
build() {
cd "${srcdir}/${pkgname}/cli"
python -m build --wheel --no-isolation
pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags --abbrev=7 --exclude='*[a-zA-Z][a-zA-Z]*' |
sed -E 's/^[^0-9]*//;s/([^-]*-g)/r\1/;s/-/./g'
}
build() {
cd "${srcdir}/${pkgname}/zshell-img-tools"
cargo build --release
@@ -24,9 +28,6 @@ build() {
}
package() {
cd "${srcdir}/${pkgname}/cli"
python -m installer --destdir="$pkgdir" dist/*.whl
cd "${srcdir}/${pkgname}"
DESTDIR="$pkgdir" cmake --install build