Files
ports/devel/lazygit/Makefile
T
2026-07-10 09:54:15 +02:00

21 lines
385 B
Makefile

PORTNAME= lazygit
DISTVERSIONPREFIX= v
DISTVERSION= 0.63.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= meta@FreeBSD.org
COMMENT= Simple terminal UI for git commands
WWW= https://github.com/jesseduffield/lazygit
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.24+,modules
GO_MODULE= github.com/jesseduffield/lazygit
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>