mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Release v1.0.0
This commit is contained in:
commit
a761447c7e
2 changed files with 35 additions and 0 deletions
16
.SRCINFO
Normal file
16
.SRCINFO
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
pkgbase = vanta-bin
|
||||
pkgdesc = Liquid Glass command palette for Linux (Tauri v2 + Svelte 5)
|
||||
pkgver = 1.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/Misiix9/vanta
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
depends = webkit2gtk-4.1
|
||||
depends = gtk3
|
||||
depends = libappindicator-gtk3
|
||||
provides = vanta
|
||||
conflicts = vanta
|
||||
source = https://github.com/Misiix9/vanta/releases/download/v1.0.0/vanta_1.0.0_amd64.deb
|
||||
sha256sums = d575f4472b2f85a4b5fe9544495f742c0db0923bb469b0ea92b25c0ea5036742
|
||||
|
||||
pkgname = vanta-bin
|
||||
19
PKGBUILD
Normal file
19
PKGBUILD
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Maintainer: onxy <onxy@dev.vanta.app>
|
||||
pkgname=vanta-bin
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Liquid Glass command palette for Linux (Tauri v2 + Svelte 5)"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/Misiix9/vanta"
|
||||
license=('MIT')
|
||||
depends=('webkit2gtk-4.1' 'gtk3' 'libappindicator-gtk3')
|
||||
provides=('vanta')
|
||||
conflicts=('vanta')
|
||||
# Data source: Release .deb
|
||||
source=("https://github.com/Misiix9/vanta/releases/download/v${pkgver}/vanta_${pkgver}_amd64.deb")
|
||||
sha256sums=('d575f4472b2f85a4b5fe9544495f742c0db0923bb469b0ea92b25c0ea5036742')
|
||||
|
||||
package() {
|
||||
# Extract data.tar.gz from the deb package
|
||||
tar -xzf data.tar.gz -C "$pkgdir"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue