blob: b7f91497d090a6ec45b74130f2d3ea6f75ccef2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = alpaca-electron-git
pkgdesc = The simplest way to run Alpaca (and other LLaMA-based local LLMs) on your own computer
pkgver = 1.0.6.r3.g04bad63
pkgrel = 1
url = https://github.com/ItsPi3141/alpaca-electron
arch = aarch64
arch = x86_64
license = MIT
makedepends = npm
makedepends = git
makedepends = nvm
makedepends = gendesk
makedepends = curl
depends = electron13
depends = python>3
depends = nodejs
provides = alpaca-electron=1.0.6
conflicts = alpaca-electron
options = !strip
options = !emptydirs
source = alpaca-electron.git::git+https://github.com/ItsPi3141/alpaca-electron.git
source = alpaca-electron.sh
sha256sums = SKIP
sha256sums = 2b2e8aeed33fd71c521e49fd54fb2fa81218d16aef8bccb88d77909055ab8051
pkgname = alpaca-electron-git
|