From 7e25e745f5c202276181b09c554241240f39cd2a Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Mon, 21 Nov 2022 13:49:20 +0100 Subject: [PATCH] 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 (cherry picked from commit c2ad338b0f0fb5df4c84770fa6408f18bd347671) --- utils/librespeed-cli/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/utils/librespeed-cli/Makefile b/utils/librespeed-cli/Makefile index b724b87548..a816fdaecf 100644 --- a/utils/librespeed-cli/Makefile +++ b/utils/librespeed-cli/Makefile @@ -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))