mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-07 07:07:02 +08:00
fish: update to 3.5.0
Various other cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
b709b386af
commit
eb88ba7c83
@ -5,12 +5,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=fish
|
||||
PKG_VERSION:=3.3.1
|
||||
PKG_VERSION:=3.5.0
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://github.com/fish-shell/fish-shell/releases/download/$(PKG_VERSION)
|
||||
PKG_HASH:=b5b4ee1a5269762cbbe993a4bd6507e675e4100ce9bbe84214a5eeb2b19fae89
|
||||
PKG_HASH:=291e4ec7c6c3fea54dc1aed057ce3d42b356fa6f70865627b2c7dfcecaefd210
|
||||
|
||||
PKG_MAINTAINER:=Curtis Jiang <jqqqqqqqqqq@gmail.com>, Hao Dong <halbertdong@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
@ -25,7 +25,7 @@ define Package/fish
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Shells
|
||||
TITLE:=A smart and user-friendly command line shell
|
||||
DEPENDS:=+libncurses +libstdcpp +libatomic +librt +libpcre2-32 @!USE_UCLIBC
|
||||
DEPENDS:=+libncurses +libstdcpp +libatomic +libpcre2-32
|
||||
URL:=https://fishshell.com
|
||||
endef
|
||||
|
||||
@ -36,7 +36,9 @@ define Package/fish/description
|
||||
configuration required.
|
||||
endef
|
||||
|
||||
CMAKE_OPTIONS += -DBUILD_DOCS=NO
|
||||
CMAKE_OPTIONS += \
|
||||
-DBUILD_DOCS=FALSE \
|
||||
-DWITH_GETTEXT=FALSE
|
||||
|
||||
define Package/fish/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
|
Loading…
Reference in New Issue
Block a user