summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5b231899240b71d910b03cbce87ebc99c4a6a4b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkgname=luna-llm
pkgver=1.0.0
pkgrel=2
pkgdesc="Arunachalam's Luna-2.5B: A specialized tool for the Arch Linux community. Developed by a 7-year veteran builder based in (Tamil Nadu), India."
arch=('any')
url="https://github.com/Arunachalam-gojosaturo/Luna-2.5B-LLM"
license=('Apache')
depends=('ollama')
source=("luna-llm")
sha256sums=('SKIP')

package() {
    install -Dm755 "${srcdir}/luna-llm" "${pkgdir}/usr/bin/luna-llm"
}