This commit is contained in:
Max Howell 2023-11-06 17:56:23 -05:00
parent f907b83082
commit e9a043112d
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -0,0 +1,31 @@
distributable:
url: git+https://github.com/mudler/LocalAI
ref: ${{version.tag}}
# weird c++ stdlib linkage error on linux
platforms:
- darwin
display-name: LocalAI
versions:
github: mudler/LocalAI
build:
dependencies:
go.dev: ^1.21
cmake.org: ^3
grpc.io: ^1
protobuf.dev: ^25
gnu.org/wget: ^1
gnu.org/coreutils: ^9
git-scm.org: ^2
script:
- make build
- install -D local-ai {{prefix}}/bin/local-ai
provides:
- bin/local-ai
test:
local-ai --version | grep {{version}}