devel/crush: new port, crush 0.82.0

This commit is contained in:
c0dev0id
2026-07-08 11:07:34 +02:00
parent bdaeed24db
commit 6d238cb67e
13 changed files with 4098 additions and 0 deletions

26
devel/crush/Makefile Normal file
View File

@@ -0,0 +1,26 @@
COMMENT = glamourous AI coding agent for the terminal
MODGO_MODNAME = github.com/charmbracelet/crush
MODGO_VERSION = v0.82.0
DISTNAME = crush-${MODGO_VERSION}
PKGNAME = crush-${MODGO_VERSION:S/v//}
CATEGORIES = devel
HOMEPAGE = https://github.com/charmbracelet/crush
# Functional Source License 1.1 (MIT Future License); source-available, not OSI
PERMIT_PACKAGE = Yes
WANTLIB = c pthread
MODULES = lang/go
WRKDIST = ${WRKDIR}/${MODGO_MODNAME}@${MODGO_VERSION}
MODGO_LDFLAGS += -X ${MODGO_MODNAME}/internal/version.Version=${MODGO_VERSION}
.include "modules.inc"
.include <bsd.port.mk>