1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/devel/lazygit/Makefile
Muhammad Moinur Rahman a5a000df3b
lang/go: Change DEFAULT to 1.21
PR:		277776
Approved by:	portmgr (exp-run)
2024-03-24 15:29:00 +01:00

21 lines
379 B
Makefile

PORTNAME= lazygit
DISTVERSIONPREFIX= v
DISTVERSION= 0.40.2
PORTREVISION= 4
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:modules
GO_MODULE= github.com/jesseduffield/lazygit
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>