Files
mystuff/devel/aichat/Makefile
2026-07-08 11:08:46 +02:00

30 lines
468 B
Makefile

COMMENT = all-in-one AI powered CLI chat tool
GH_ACCOUNT = sigoden
GH_PROJECT = aichat
GH_TAGNAME = v0.30.0
CATEGORIES = devel
HOMEPAGE = https://github.com/sigoden/aichat
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += ${MODCARGO_WANTLIB} m onig
MODULES = devel/cargo
LIB_DEPENDS = textproc/oniguruma
CONFIGURE_STYLE = cargo
SEPARATE_BUILD = Yes
NO_TEST = Yes
.include "crates.inc"
.include <bsd.port.mk>