Skip to content

Commit

Permalink
geoview: adjust Makefile
Browse files Browse the repository at this point in the history
(cherry picked from commit 8da4b4b)
  • Loading branch information
SakuraFallingMad authored and 1715173329 committed Dec 2, 2024
1 parent d6f94d3 commit cd3a71e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions net/geoview/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,14 @@ include ../../lang/golang/golang-package.mk
define Package/geoview
SECTION:=net
CATEGORY:=Network
SUBMENU:=Web Servers/Proxies
SUBMENU:=IP Addresses and Names
TITLE:=A geofile toolkit
URL:=https://github.com/snowie2000/geoview
DEPENDS:=$(GO_ARCH_DEPENDS)
endef

define Package/geoview/description
geoview is a handy tool to extract useful information from geo* files.
endef

define Package/geoview/install
$(call GoPackage/Package/Install/Bin,$(PKG_INSTALL_DIR))
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/geoview $(1)/usr/bin/
geoview is a handy tool to extract useful information from geo* files.
endef

$(eval $(call GoBinPackage,geoview))
Expand Down

0 comments on commit cd3a71e

Please sign in to comment.