Page MenuHomeFreeBSD

D57290.diff
No OneTemporary

D57290.diff

diff --git a/devel/Makefile b/devel/Makefile
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -925,6 +925,7 @@
SUBDIR += gnustep-make
SUBDIR += go-bindata
SUBDIR += go-bindata-assetfs
+ SUBDIR += go-blueprint
SUBDIR += go-critic
SUBDIR += go-git
SUBDIR += go-mode.el
diff --git a/devel/go-blueprint/Makefile b/devel/go-blueprint/Makefile
new file mode 100644
--- /dev/null
+++ b/devel/go-blueprint/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= go-blueprint
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.10.11
+CATEGORIES= devel
+
+MAINTAINER= hayzam@alchemilla.io
+COMMENT= CLI tool for setting up Go projects
+WWW= https://github.com/Melkeydev/go-blueprint
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+GO_MODULE= github.com/Melkeydev/go-blueprint
+
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/devel/go-blueprint/distinfo b/devel/go-blueprint/distinfo
new file mode 100644
--- /dev/null
+++ b/devel/go-blueprint/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1779937041
+SHA256 (go/devel_go-blueprint/go-blueprint-v0.10.11/v0.10.11.mod) = be5b7909d5cc3f8dc7b3458663ff29fcdc24f6b844fe93ca1b225f66310365ed
+SIZE (go/devel_go-blueprint/go-blueprint-v0.10.11/v0.10.11.mod) = 1125
+SHA256 (go/devel_go-blueprint/go-blueprint-v0.10.11/v0.10.11.zip) = 9464da568ca3741dac66c13f8c2c6a6afe066272025f43e7f99b315a3d35e989
+SIZE (go/devel_go-blueprint/go-blueprint-v0.10.11/v0.10.11.zip) = 4189509
diff --git a/devel/go-blueprint/pkg-descr b/devel/go-blueprint/pkg-descr
new file mode 100644
--- /dev/null
+++ b/devel/go-blueprint/pkg-descr
@@ -0,0 +1,4 @@
+Go-blueprint is a command-line tool that allows users to spin up a quick Go
+project using a popular framework. It simplifies the initial setup process,
+allowing developers to skip boilerplate and focus immediately on writing
+their application code.

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 23, 7:16 AM (1 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34235034
Default Alt Text
D57290.diff (1 KB)

Event Timeline