feat: initial commit for PKGBUILD repo

This commit is contained in:
2026-02-22 19:00:41 +01:00
parent 763255e552
commit 74b9420c67
51 changed files with 1784 additions and 5 deletions

View File

@@ -5,18 +5,18 @@ pkgver=0.1.0
pkgrel=1
pkgdesc="A professional Linux system profiler for Wayland"
arch=('x86_64')
url="https://git.narl.io/nvrl/SysPulse-rs"
url="https://git.narl.io/nvrl/syspulse-rs"
license=('MIT')
depends=('webkit2gtk-4.1' 'gtk3' 'libayatana-appindicator' 'librsvg')
makedepends=('nodejs' 'npm' 'rust' 'cargo')
source=("git+ssh://git@narl.io/nvrl/SysPulse-rs.git")
source=("git+https://git.narl.io/nvrl/syspulse-rs.git")
sha256sums=('SKIP')
build() {
cd "$pkgname"
npm install
npm run build
npm run tauri build
npm run tauri build -- --bundles none
}
package() {