mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-07 07:07:02 +08:00
librespeed-cli: rename binary to librespeed-cli
upstream names the binary librespeed-cli and this avoids a conflict with python3-speedtest-cli Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
This commit is contained in:
parent
6c4793d1ae
commit
bec2654344
@ -41,5 +41,11 @@ define Package/librespeed-cli/description
|
||||
LibreSpeed client for measuring internet speed from command line.
|
||||
endef
|
||||
|
||||
define Package/librespeed-cli/install
|
||||
$(call GoPackage/Package/Install/Bin,$(PKG_INSTALL_DIR))
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/speedtest-cli $(1)/usr/bin/librespeed-cli
|
||||
endef
|
||||
|
||||
$(eval $(call GoBinPackage,librespeed-cli))
|
||||
$(eval $(call BuildPackage,librespeed-cli))
|
||||
|
Loading…
Reference in New Issue
Block a user