mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
Changes: https://github.com/jesseduffield/lazygit/releases/tag/v0.44.0 Changes: https://github.com/jesseduffield/lazygit/releases/tag/v0.44.1
20 lines
384 B
Makefile
20 lines
384 B
Makefile
PORTNAME= lazygit
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.44.1
|
|
PORTREVISION= 0
|
|
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.22,modules
|
|
|
|
GO_MODULE= github.com/jesseduffield/lazygit
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|