-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
geoview: Add package #1406
base: master
Are you sure you want to change the base?
geoview: Add package #1406
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compiled on: x86-64 Debian 12
Tested on: x86-64 ImmortalWrt SNAPSHOT r32560-6f07609c65 / LuCI Master 24.332.51140~9398910
Used by: luci-app-passwall
please rebase your PR and get rid of merge commit. |
ed69a9c
to
502d71d
Compare
Signed-off-by: SakuraFallingMad <[email protected]>
502d71d
to
1e177f3
Compare
net/geoview/Makefile
Outdated
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/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this package generates any other binaries? If not you can simply remove the whole install recipe.
1dd6a0a
to
24d215a
Compare
Due to Passwall new feature, try add package to handle geo* files in Passwall.
Signed-off-by: SakuraFallingMad [email protected]