prevent packaging

This commit is contained in:
ArjixWasTaken 2026-02-06 10:59:56 +02:00
parent 9432144b54
commit b5a4d06609
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = vicinae-bin
pkgdesc = Raycast like FOSS app on Linux
pkgver = 0.19.5
pkgrel = 2
pkgrel = 3
url = https://github.com/vicinaehq/vicinae
arch = x86_64
license = GPL3

View file

@ -3,7 +3,7 @@
pkgname=vicinae-bin
pkgver=0.19.5
pkgrel=2
pkgrel=3
pkgdesc="Raycast like FOSS app on Linux"
arch=('x86_64')
url="https://github.com/vicinaehq/vicinae"
@ -27,6 +27,7 @@ prepare() {
}
package() {
exit 1
for item in ./vicinae/*; do
cp -a "$item" "$pkgdir/"
done