Merge pull request #13603 from neheb/ctop
ctop: match ARCH with docker-ce
This commit is contained in:
commit
d64b945013
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ctop
|
PKG_NAME:=ctop
|
||||||
PKG_VERSION:=0.7.3
|
PKG_VERSION:=0.7.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=v$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=v$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/bcicen/ctop/archive
|
PKG_SOURCE_URL:=https://github.com/bcicen/ctop/archive
|
||||||
|
@ -25,7 +25,7 @@ define Package/ctop
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Top-like interface for container metrics
|
TITLE:=Top-like interface for container metrics
|
||||||
URL:=https://ctop.sh/
|
URL:=https://ctop.sh/
|
||||||
DEPENDS:=$(GO_ARCH_DEPENDS) @!mips @!mipsel
|
DEPENDS:=$(GO_ARCH_DEPENDS) @(aarch64||arm||x86_64)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ctop/description
|
define Package/ctop/description
|
||||||
|
|
Loading…
Reference in a new issue