feat: initial commit for PKGBUILD repo
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user