mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-05 14:26:24 +08:00
update 2025-11-27 14:20:51
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-passwall
|
PKG_NAME:=luci-app-passwall
|
||||||
PKG_VERSION:=25.11.15
|
PKG_VERSION:=25.11.27
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_PO_VERSION:=$(PKG_VERSION)
|
PKG_PO_VERSION:=$(PKG_VERSION)
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PKG_ARCH_opencode:=$(ARCH)
|
|||||||
|
|
||||||
PKG_NAME:=opencode
|
PKG_NAME:=opencode
|
||||||
PKG_VERSION:=1.0.119
|
PKG_VERSION:=1.0.119
|
||||||
PKG_RELEASE:=
|
PKG_RELEASE:=3
|
||||||
PKG_SOURCE:=opencode-binary-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=opencode-binary-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/Carseason/openwrt-packages/releases/download/prebuilt/
|
PKG_SOURCE_URL:=https://github.com/Carseason/openwrt-packages/releases/download/prebuilt/
|
||||||
PKG_HASH:=0f57205d24428d3fddf2d7a6b0958901c7930ca8dd7ec706ed7903901b67ec3a
|
PKG_HASH:=0f57205d24428d3fddf2d7a6b0958901c7930ca8dd7ec706ed7903901b67ec3a
|
||||||
@@ -20,6 +20,9 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/opencode-binary-$(PKG_VERSION)
|
|||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
|
RSTRIP:=:
|
||||||
|
STRIP:=:
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/$(PKG_NAME)
|
define Package/$(PKG_NAME)
|
||||||
@@ -27,6 +30,7 @@ define Package/$(PKG_NAME)
|
|||||||
CATEGORY:=System
|
CATEGORY:=System
|
||||||
SUBMENU:=
|
SUBMENU:=
|
||||||
TITLE:=OpenCode
|
TITLE:=OpenCode
|
||||||
|
DEPENDS:=+libstdcpp
|
||||||
URL:=https://github.com/Carseason/openwrt-packages
|
URL:=https://github.com/Carseason/openwrt-packages
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@@ -41,6 +45,7 @@ define Build/Configure
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
$(STAGING_DIR_HOST)/bin/patchelf --remove-needed libc.musl-x86_64.so.1 --remove-needed libc.musl-aarch64.so.1 $(PKG_BUILD_DIR)/opencode.$(PKG_ARCH_opencode)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/install
|
define Package/$(PKG_NAME)/install
|
||||||
|
|||||||
Reference in New Issue
Block a user