diff options
Diffstat (limited to 'devel/gitid')
-rw-r--r-- | devel/gitid/Makefile | 19 | ||||
-rw-r--r-- | devel/gitid/distinfo | 5 | ||||
-rw-r--r-- | devel/gitid/pkg-descr | 4 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/gitid/Makefile b/devel/gitid/Makefile new file mode 100644 index 000000000000..596c9c7bc173 --- /dev/null +++ b/devel/gitid/Makefile @@ -0,0 +1,19 @@ +PORTNAME= gitid +DISTVERSIONPREFIX= v +DISTVERSION= 1.1.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..dab03efed2eb --- /dev/null +++ b/devel/gitid/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1752089277 +SHA256 (go/devel_gitid/gitid-v1.1.0/v1.1.0.mod) = d9b5b7ffc4dd8b9fcf7bd6a627ca0827c51a3fed351fc2bd3a4f3b6cc8d43a72 +SIZE (go/devel_gitid/gitid-v1.1.0/v1.1.0.mod) = 1022 +SHA256 (go/devel_gitid/gitid-v1.1.0/v1.1.0.zip) = a3bc18b2919c1536f3511e5a23e4f9ffe45fd7daa7dc9771934d0b1ebcba824c +SIZE (go/devel_gitid/gitid-v1.1.0/v1.1.0.zip) = 10229 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. |