summaryrefslogtreecommitdiff
path: root/devel/gitid
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gitid')
-rw-r--r--devel/gitid/Makefile19
-rw-r--r--devel/gitid/distinfo5
-rw-r--r--devel/gitid/pkg-descr4
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/gitid/Makefile b/devel/gitid/Makefile
new file mode 100644
index 000000000000..475b51bcbdea
--- /dev/null
+++ b/devel/gitid/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= gitid
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.2.0
+CATEGORIES= devel
+
+MAINTAINER= olgeni@FreeBSD.org
+COMMENT= Terminal-based tool to manage multiple Git identities
+WWW= https://github.com/nathabonfim59/gitid
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+
+GO_MODULE= github.com/nathabonfim59/gitid
+
+PLIST_FILES= bin/gitid
+
+.include <bsd.port.mk>
diff --git a/devel/gitid/distinfo b/devel/gitid/distinfo
new file mode 100644
index 000000000000..895880489238
--- /dev/null
+++ b/devel/gitid/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1756104146
+SHA256 (go/devel_gitid/gitid-v1.2.0/v1.2.0.mod) = 578184a8ad33681b7673f435f12c32dedfff442179c00cc0a122e2ffe2a2412a
+SIZE (go/devel_gitid/gitid-v1.2.0/v1.2.0.mod) = 1119
+SHA256 (go/devel_gitid/gitid-v1.2.0/v1.2.0.zip) = 341f2b3373998f561f4f0fdae0727f0e074f8e67712492d91c368f049d18d0c2
+SIZE (go/devel_gitid/gitid-v1.2.0/v1.2.0.zip) = 17889
diff --git a/devel/gitid/pkg-descr b/devel/gitid/pkg-descr
new file mode 100644
index 000000000000..9e3f470f2b04
--- /dev/null
+++ b/devel/gitid/pkg-descr
@@ -0,0 +1,4 @@
+gitid is a terminal-based tool that helps developers manage multiple Git
+identities easily through an interactive interface. It allows you to switch
+between different Git configurations, add new identities, and delete unwanted
+ones, all from the command line using an intuitive keyboard-driven interface.