Files
ports/textproc/codebook/Makefile
T
Guido Falsi a08b5d28c5 textproc/codebook: New port
Codebook is a spell checker for code. It binds together the venerable
Tree Sitter and the fast spell checker Spellbook. Included is a
Language Server for use in (theoretically) any editor. Everything
is done in Rust to keep response times snappy and memory usage low.

Installs a language server for use with text editors.
2026-05-07 20:52:36 +02:00

25 lines
460 B
Makefile

PORTNAME= codebook
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.39
CATEGORIES= textproc
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Spell checker lsp for code
WWW= https://github.com/blopker/codebook
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libssh2.so:security/libssh2
USES= cargo ssl
USE_GITHUB= yes
GH_ACCOUNT= blopker
CARGO_INSTALL_PATH= crates/codebook-lsp
PLIST_FILES= bin/codebook-lsp
.include <bsd.port.mk>