summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 86df6cb485e777322fdeae33da39b711fe71c088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Mark <speedorama1 at gmail dot com>

_pkgname=koboldcpp
pkgname=koboldcpp-bin
pkgver=1.64.1
pkgrel=1
pkgdesc="A simple one-file way to run various GGML and GGUF models with KoboldAI's UI. (Requires AVX2 support)"
arch=('x86_64')
url="https://github.com/LostRuins/${_pkgname}"
license=('AGPL3')
depends=('glibc')
conflicts=('koboldcpp')
provides=("koboldcpp=$pkgver")
source=("https://github.com/LostRuins/koboldcpp/releases/download/v$pkgver/${_pkgname}-linux-x64-cuda1150")
sha256sums=('05e98fca8e69dda910c120dcdc743e4c6b8a5772c5aaa5ec0a98b95be9ba38e2')

package() {
  install -D -m 0755 ${_pkgname}-linux-x64-cuda1150 ${pkgdir}/usr/bin/${_pkgname}
}