mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
79271d5381
PR: 281842
21 lines
382 B
Makefile
21 lines
382 B
Makefile
PORTNAME= gollama
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.27.15
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc # machine learning
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Go manage your Ollama models
|
|
WWW= https://github.com/sammcj/gollama
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:1.22,modules
|
|
|
|
GO_MODULE= github.com/sammcj/gollama
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|