devel/aichat: new port, aichat 0.30.0

This commit is contained in:
c0dev0id
2026-07-08 11:08:46 +02:00
parent 8813f7e720
commit d393e4551d
10 changed files with 1511 additions and 0 deletions

29
devel/aichat/Makefile Normal file
View File

@@ -0,0 +1,29 @@
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>