summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fe01fe776bb245f2c27b1feb58ba4eda72073c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

# Maintainer: Asuka Minato <asukaminato ay nyan dot eu dot org>
# Contributor: Asuka Minato
pkgname=llama-app-bin
pkgver=0.0.1
pkgrel=1
pkgdesc="a simple app to use LLaMa language models on your computer, built with rust, llama-rs, tauri and vite."
arch=(x86_64)
url="https://github.com/karelnagel/llama-app/"
license=('MIT')
depends=(hicolor-icon-theme cairo gdk-pixbuf2 glib2 webkit2gtk gtk3 glibc gcc-libs openssl-1.1)
provides=(l-la-ma)
source=("https://github.com/karelnagel/llama-app/releases/download/app-v${pkgver}/l-la-ma_0.0.0_amd64.deb")
sha256sums=('c0276c7061d96bbc50926bdac10fa8708dc6a3df444e45381332727b1f298b1a')

package() {
	tar -xvpf data.tar.gz -C "$pkgdir"
	chown -R root:root $pkgdir
}