gateway-go: add new package
authorYu Fang <redacted>
Mon, 14 Sep 2020 15:21:03 +0000 (23:21 +0800)
committeriotserv <redacted>
Tue, 15 Sep 2020 08:26:30 +0000 (16:26 +0800)
Signed-off-by: Yu Fang <redacted>
net/gateway-go/Makefile [new file with mode: 0644]

diff --git a/net/gateway-go/Makefile b/net/gateway-go/Makefile
new file mode 100644 (file)
index 0000000..d881e0e
--- /dev/null
@@ -0,0 +1,44 @@
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=gateway-go
+PKG_VERSION:=0.1.92
+PKG_RELEASE:=1
+
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=https://codeload.github.com/OpenIoTHub/gateway-go/tar.gz/v${PKG_VERSION}?
+PKG_HASH:=dd8074d9312e00ff957ffd1f3be7ba118a9b8cc31f07aa1ed594ef07931dab16
+
+PKG_MAINTAINER:=Yu Fang <newfarry@126.com>
+PKG_LICENSE:=MIT
+PKG_LICENSE_FILES:=LICENSE
+
+PKG_BUILD_DIR:=$(BUILD_DIR)/gateway-go-$(PKG_VERSION)
+PKG_BUILD_DEPENDS:=golang/host
+PKG_BUILD_PARALLEL:=1
+PKG_USE_MIPS16:=0
+
+GO_PKG:=github.com/OpenIoTHub/gateway-go
+
+GO_PKG_LDFLAGS_X:=\
+       main.version=v$(PKG_VERSION) \
+       main.commit=$(PKG_VERSION)  \
+       main.builtBy=openwrt \
+
+include $(INCLUDE_DIR)/package.mk
+include ../../lang/golang/golang-package.mk
+
+define Package/gateway-go
+  SECTION:=net
+  CATEGORY:=Network
+  SUBMENU:=Web Servers/Proxies
+  TITLE:=gateway-go - gateway of OpenIoTHub
+  URL:=https://github.com/OpenIoTHub/gateway-go
+  DEPENDS:=$(GO_ARCH_DEPENDS)
+endef
+
+define Package/gateway-go/description
+  gateway-go is GateWay Client for OpenIoTHub.
+endef
+
+$(eval $(call GoBinPackage,gateway-go))
+$(eval $(call BuildPackage,gateway-go))
git clone https://git.99rst.org/PROJECT