1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Remove commented lines

This commit is contained in:
Ycarus 2019-02-22 19:52:32 +01:00
parent e89509df53
commit 648e2c1780

View file

@ -37,18 +37,5 @@ define Package/v2ray-plugin/description
Yet another SIP003 plugin for shadowsocks, based on v2ray Yet another SIP003 plugin for shadowsocks, based on v2ray
endef endef
#define Build/Prepare
# gzip -dc "$(DL_DIR)/$(PKG_SOURCE)" | tar -C $(PKG_BUILD_DIR)/ -xf -
#endef
#define Build/Compile
# echo "$(PKG_NAME)Compile Skiped!"
#endef
#define Package/v2ray-plugin/install
# $(INSTALL_DIR) $(1)/usr/bin
# $(INSTALL_BIN) $(PKG_BUILD_DIR)/v2ray-plugin $(1)/usr/bin/v2ray-plugin
#endef
$(eval $(call GoBinPackage,v2ray-plugin)) $(eval $(call GoBinPackage,v2ray-plugin))
$(eval $(call BuildPackage,v2ray-plugin)) $(eval $(call BuildPackage,v2ray-plugin))