mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
26b7a0b9e5
Reported by: portscout
20 lines
371 B
Makefile
20 lines
371 B
Makefile
PORTNAME= gollama
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.27.4
|
|
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.23-devel,modules
|
|
|
|
GO_MODULE= github.com/sammcj/gollama
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|