devel/aichat: new port, aichat 0.30.0
This commit is contained in:
29
devel/aichat/Makefile
Normal file
29
devel/aichat/Makefile
Normal 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>
|
||||
Reference in New Issue
Block a user