Skip to content

Commit

Permalink
synocli-file: Add lsd and update tools (SynoCommunity#5937)
Browse files Browse the repository at this point in the history
* synocli-file: Add lsd and update tools

- Add lsd v1.0.0
- Update bat to v0.24.0
- Update eza to v0.16.1
- Update fd to v8.7.0
- Update fzf to v0.44.1
- Update micro to v2.0.13
- Update sd to v1.0.0
- update zlib-ng to v2.1.4

* add lsd (next gen ls command)
  • Loading branch information
hgy59 authored Nov 25, 2023
1 parent 321b17c commit 1f4f8b2
Show file tree
Hide file tree
Showing 32 changed files with 117 additions and 76 deletions.
2 changes: 1 addition & 1 deletion cross/bat/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = bat
PKG_VERS = 0.23.0
PKG_VERS = 0.24.0
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/sharkdp/bat/archive
Expand Down
6 changes: 3 additions & 3 deletions cross/bat/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bat-0.23.0.tar.gz SHA1 467b68e3302c7aca185472e8ccc67d5604be8ff0
bat-0.23.0.tar.gz SHA256 30b6256bea0143caebd08256e0a605280afbbc5eef7ce692f84621eb232a9b31
bat-0.23.0.tar.gz MD5 678e13187ba4202fd3588a72f3e2bc9e
bat-0.24.0.tar.gz SHA1 3ea9cf471484f520b58f699e4790bc3dadb3d5cb
bat-0.24.0.tar.gz SHA256 907554a9eff239f256ee8fe05a922aad84febe4fe10a499def72a4557e9eedfb
bat-0.24.0.tar.gz MD5 29835f4ae789902ef0db3a39024d6016
3 changes: 2 additions & 1 deletion cross/eza/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = eza
PKG_VERS = 0.13.0
PKG_VERS = 0.16.1
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/eza-community/eza/archive
Expand All @@ -8,6 +8,7 @@ PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS = cross/zlib

# linker error: undefined reference to `pthread_setname_np'
UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS)

HOMEPAGE = https://eza.rocks/
Expand Down
6 changes: 3 additions & 3 deletions cross/eza/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
eza-0.13.0.tar.gz SHA1 053a8fdfed411cb6f89fdaa3aa9de687c294859b
eza-0.13.0.tar.gz SHA256 3b774d1396f7aa5382d358133f2923a49639b1c615fea0942cbc63042c15830b
eza-0.13.0.tar.gz MD5 4f06d39b2c8071306836c037f0217936
eza-0.16.1.tar.gz SHA1 e7afeaacc4dfd6881601404eec6b4cd2080a8f1e
eza-0.16.1.tar.gz SHA256 e1c9e313ffb98730e8bbc90a30ea951237f38474108072e9253ae89951ba8cdc
eza-0.16.1.tar.gz MD5 415d6c5fdff790fb6d145c27bb63d2ff
15 changes: 12 additions & 3 deletions cross/fd/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
PKG_NAME = fd
# Version 8.4.0 fails to build for ARMv5 (https://github.com/sharkdp/fd/issues/1049#issue-1283491635)
# Version 8.7.0 still fails to build for ARMv5
PKG_VERS = 8.3.2
PKG_VERS = 8.7.0
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/sharkdp/fd/archive
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

# PKG_VERS = 8.7.1 fails to build for RUST_TARGET = armv7-unknown-linux-gnueabi $(ARMv7L_ARCHS)
# see: https://github.com/sharkdp/fd/issues/1428

# powerpc archs (except qoriq) are not supported
# undefined reference to 'pipe2'
UNSUPPORTED_ARCHS += $(OLD_PPC_ARCHS)

include ../../mk/spksrc.archs.mk
# issue with ARMv5: https://github.com/sharkdp/fd/issues/1049#issue-1283491635
# workaround for: https://github.com/rust-lang/compiler-builtins/issues/420
# fix documented in comment: https://github.com/rust-lang/compiler-builtins/issues/420#issuecomment-1335159456
ifeq ($(findstring $(ARCH),$(ARMv5_ARCHS)),$(ARCH))
ENV += RUSTFLAGS="-Clink-arg=-Wl,--allow-multiple-definition"
endif

HOMEPAGE = https://github.com/sharkdp/fd
COMMENT = fd is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.
LICENSE = Apache 2.0 / MIT
Expand Down
6 changes: 3 additions & 3 deletions cross/fd/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fd-8.3.2.tar.gz SHA1 bde01a515d66daeda4b9c026786ed9ba924ae190
fd-8.3.2.tar.gz SHA256 9cc2354c652ee38369a4ce865404f284e94fa9daf043bb31d36297e7a2d7cd45
fd-8.3.2.tar.gz MD5 eeacb2cdce9a86b1ace33018d0479277
fd-8.7.0.tar.gz SHA1 258ad4bc76758da1fe6a88777caae11eade2e95b
fd-8.7.0.tar.gz SHA256 13da15f3197d58a54768aaad0099c80ad2e9756dd1b0c7df68c413ad2d5238c9
fd-8.7.0.tar.gz MD5 053987b4ff53af8fb9b05affd0cfa011
2 changes: 1 addition & 1 deletion cross/fzf/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = fzf
PKG_VERS = 0.42.0
PKG_VERS = 0.44.1
PKG_EXT = tar.gz
PKG_REVISION = $(shell date +%m/%d/%Y)
PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT)
Expand Down
6 changes: 3 additions & 3 deletions cross/fzf/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fzf-0.42.0.tar.gz SHA1 ac0e5b39a0642241980bfe10bad67f8dc8ca5fff
fzf-0.42.0.tar.gz SHA256 743c1bfc7851b0796ab73c6da7db09d915c2b54c0dd3e8611308985af8ed3df2
fzf-0.42.0.tar.gz MD5 b47bb2d48df48eb7967d7d770d77d0f8
fzf-0.44.1.tar.gz SHA1 d70de6b092b546493717fdb8bb69930a97580379
fzf-0.44.1.tar.gz SHA256 295f3aec9519f0cf2dce67a14e94d8a743d82c19520e5671f39c71c9ea04f90c
fzf-0.44.1.tar.gz MD5 6687e6f61baae4678490643456c362ff
4 changes: 2 additions & 2 deletions cross/jdupes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ PKG_NAME = jdupes
PKG_VERS = 1.27.3
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/jbruchon/jdupes/archive
PKG_DIST_SITE = https://codeberg.org/jbruchon/jdupes/archive
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
PKG_DIR = $(PKG_NAME)

DEPENDS = cross/libjodycode

Expand Down
6 changes: 3 additions & 3 deletions cross/jdupes/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jdupes-1.27.3.tar.gz SHA1 c9c158d3e699176da3f5468a956b76327cbfe6b5
jdupes-1.27.3.tar.gz SHA256 6e8352f61b3920a2b5626c7122c3b80b4fdcc5cdd3f1c0c3424530425a77d846
jdupes-1.27.3.tar.gz MD5 692767c0b697d8c914f5c59e711143a8
jdupes-1.27.3.tar.gz SHA1 5d15790075ab39cf6ab19152de75941dd443ac50
jdupes-1.27.3.tar.gz SHA256 13bbe43d7386d76c2aff4fdff105e7545977789b9eea64e7c2f36b8d426c262e
jdupes-1.27.3.tar.gz MD5 aa5df5d44c838b3d8c66594294647800
4 changes: 2 additions & 2 deletions cross/libjodycode/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ PKG_NAME = libjodycode
PKG_VERS = 3.1
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/jbruchon/libjodycode/archive
PKG_DIST_SITE = https://codeberg.org/jbruchon/libjodycode/archive
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
PKG_DIR = $(PKG_NAME)

DEPENDS =

Expand Down
6 changes: 3 additions & 3 deletions cross/libjodycode/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libjodycode-3.1.tar.gz SHA1 9d7c85c4fd90c3aefadb329061b55ad5ecf7c838
libjodycode-3.1.tar.gz SHA256 c72974eb1d38873e06ea84b3d78990f87192f0113da5bd13fcac6bbc6a6e2184
libjodycode-3.1.tar.gz MD5 07e5b350a3ce9a60bdc44d06f70d5fd8
libjodycode-3.1.tar.gz SHA1 9d8a7da5212b30a6c1233be1cc116813bbcff22b
libjodycode-3.1.tar.gz SHA256 990a53248a5a410c7f26a6422d0a907d1b7c156efbf204a1faf4982614e243a9
libjodycode-3.1.tar.gz MD5 8795a0a48e501e5b4870b2a0a7b87811
15 changes: 15 additions & 0 deletions cross/lsd/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
PKG_NAME = lsd
PKG_VERS = 1.0.0
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/lsd-rs/lsd/archive
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =

HOMEPAGE = https://github.com/lsd-rs/lsd
COMMENT = The next gen ls command.
LICENSE = Apache 2.0

include ../../mk/spksrc.cross-rust.mk
1 change: 1 addition & 0 deletions cross/lsd/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin:bin/lsd
3 changes: 3 additions & 0 deletions cross/lsd/digests
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
lsd-1.0.0.tar.gz SHA1 0ad10432e5339e5fa393eee216204011ca6185f9
lsd-1.0.0.tar.gz SHA256 ab34e9c85bc77cfa42b43bfb54414200433a37419f3b1947d0e8cfbb4b7a6325
lsd-1.0.0.tar.gz MD5 5caf536e33834dd90fd854cb590c8377
2 changes: 1 addition & 1 deletion cross/micro/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = micro
PKG_VERS = 2.0.12
PKG_VERS = 2.0.13
PKG_EXT = tar.gz
# make sure the hash matches this release, as it is shown with 'micro --version'
GIT_HASH = c2cebaa
Expand Down
6 changes: 3 additions & 3 deletions cross/micro/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
micro-2.0.12.tar.gz SHA1 901fd809fe5f594ba9b86d0d148b4f09d314133b
micro-2.0.12.tar.gz SHA256 936d109670035235da1f3fb07c76c57c729b59bc1460aab41feb3516136e450f
micro-2.0.12.tar.gz MD5 14717fd97623e502fdb92e269ff5058d
micro-2.0.13.tar.gz SHA1 179d697bc71094c663ea927357bdf92fcfa0883a
micro-2.0.13.tar.gz SHA256 a96fff974ed6bd9a1dd58a33e54ff23b78783bbb3571b86d5c37d787b1e0e4be
micro-2.0.13.tar.gz MD5 5397c91db868e6df120e4fea8b7b1c5d
7 changes: 6 additions & 1 deletion cross/sd/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
PKG_NAME = sd
PKG_VERS = 0.7.6
PKG_VERS = 1.0.0
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/chmln/sd/archive
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =

# linker error: undefined reference to `pthread_setname_np'
UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS)

HOMEPAGE = https://github.com/chmln/sd#readme
COMMENT = Intuitive find & replace CLI (sed alternative).
LICENSE = MIT
Expand Down
6 changes: 3 additions & 3 deletions cross/sd/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sd-0.7.6.tar.gz SHA1 09a405ff671b0b4f55d5eb23ce91e7d0b4bb08a3
sd-0.7.6.tar.gz SHA256 faf33a97797b95097c08ebb7c2451ac9835907254d89863b10ab5e0813b5fe5f
sd-0.7.6.tar.gz MD5 f0460462f734b8efd680b78e8d522ac2
sd-1.0.0.tar.gz SHA1 79150853b55f067ce5c1f7a8331a40cbb6f4aec2
sd-1.0.0.tar.gz SHA256 2adc1dec0d2c63cbffa94204b212926f2735a59753494fca72c3cfe4001d472f
sd-1.0.0.tar.gz MD5 0eb48aa22ded625392aec88d735360e0
10 changes: 5 additions & 5 deletions cross/zlib-ng/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = zlib-ng
PKG_VERS = 2.0.7
PKG_VERS = 2.1.4
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/zlib-ng/zlib-ng/archive
Expand All @@ -10,10 +10,10 @@ DEPENDS =

UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS)

include ../../mk/spksrc.archs.mk
ifneq ($(findstring $(ARCH),$(DSM_ARMv7_ARCHS)),$(ARCH))
CMAKE_ARGS += -DWITH_ACLE=no
endif

CMAKE_ARGS += -DZLIB_ENABLE_TESTS=OFF
CMAKE_ARGS += -DZLIBNG_ENABLE_TESTS=OFF
CMAKE_ARGS += -DWITH_GTEST=OFF

HOMEPAGE = https://github.com/zlib-ng/zlib-ng
COMMENT = zlib replacement with optimizations for "next generation" systems.
Expand Down
2 changes: 1 addition & 1 deletion cross/zlib-ng/PLIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
lnk:lib/libz-ng.so
lnk:lib/libz-ng.so.2
lib:lib/libz-ng.so.2.0.7
lib:lib/libz-ng.so.2.1.4
6 changes: 3 additions & 3 deletions cross/zlib-ng/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
zlib-ng-2.0.7.tar.gz SHA1 4602fdbb30d55c051439bb58a812b67df8a9c57a
zlib-ng-2.0.7.tar.gz SHA256 6c0853bb27738b811f2b4d4af095323c3d5ce36ceed6b50e5f773204fb8f7200
zlib-ng-2.0.7.tar.gz MD5 9ae2161576de0e35ce006f5bf4e4fd87
zlib-ng-2.1.4.tar.gz SHA1 c28b365ff6e12acd92eb9d11244a96c6225a43df
zlib-ng-2.1.4.tar.gz SHA256 a0293475e6a44a3f6c045229fe50f69dc0eebc62a42405a51f19d46a5541e77a
zlib-ng-2.1.4.tar.gz MD5 d2ac0866850e3f80d5e4e509aab62438

This file was deleted.

2 changes: 1 addition & 1 deletion diyspk/bat/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPK_NAME = bat
SPK_VERS = 0.23.0
SPK_VERS = 0.24.0
SPK_REV = 1

DEPENDS = cross/bat
Expand Down
2 changes: 1 addition & 1 deletion diyspk/eza/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPK_NAME = eza
SPK_VERS = 0.13.0
SPK_VERS = 0.16.1
SPK_REV = 1

DEPENDS = cross/eza
Expand Down
9 changes: 4 additions & 5 deletions diyspk/fd/Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
SPK_NAME = fd
SPK_VERS = 8.3.2
SPK_VERS = 8.7.0
SPK_REV = 1

DEPENDS = cross/$(SPK_NAME)
DEPENDS = cross/fd

# powerpc archs (except qoriq) are not supported
UNSUPPORTED_ARCHS += $(OLD_PPC_ARCHS)
UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS)

MAINTAINER = SynoCommunity
DESCRIPTION = fd is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.
STARTABLE = no

HOMEPAGE = https://github.com/sharkdp/fd
LICENSE = Apache 2.0 / MIT
LICENSE = Apache 2.0 / MIT

SPK_COMMANDS = bin/fd

Expand Down
2 changes: 1 addition & 1 deletion diyspk/fzf/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPK_NAME = fzf
SPK_VERS = 0.42.0
SPK_VERS = 0.44.1
SPK_REV = 1
SPK_ICON = src/fzf.png

Expand Down
16 changes: 16 additions & 0 deletions diyspk/lsd/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
SPK_NAME = lsd
SPK_VERS = 1.0.0
SPK_REV = 1

DEPENDS = cross/lsd

MAINTAINER = SynoCommunity
DESCRIPTION = The next gen ls command.
STARTABLE = no

HOMEPAGE = https://github.com/lsd-rs/lsd
LICENSE = Apache 2.0

SPK_COMMANDS = bin/lsd

include ../../mk/spksrc.spk.mk
6 changes: 3 additions & 3 deletions diyspk/micro/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
SPK_NAME = micro
SPK_VERS = 2.0.11
SPK_REV = 2
SPK_VERS = 2.0.13
SPK_REV = 1
SPK_ICON = src/micro.png

DEPENDS = cross/micro

MAINTAINER = SynoCommunity
DESCRIPTION = a modern and intuitive terminal-based text editor.
DESCRIPTION = A modern and intuitive terminal-based text editor.
DISPLAY_NAME = micro
STARTABLE = no

Expand Down
6 changes: 4 additions & 2 deletions diyspk/sd/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
SPK_NAME = sd
SPK_VERS = 0.7.6
SPK_VERS = 1.0.0
SPK_REV = 1

DEPENDS = cross/$(SPK_NAME)
DEPENDS = cross/sd

UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS)

MAINTAINER = SynoCommunity
DESCRIPTION = Intuitive find & replace CLI (sed alternative).
Expand Down
4 changes: 2 additions & 2 deletions mk/spksrc.cross-rust.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ endif
CARGO_INSTALL_ARGS += --path $(RUST_SRC_DIR)
CARGO_INSTALL_ARGS += --root $(STAGING_INSTALL_PREFIX)

# Default build with rust and installation with cargo
# Default build with rust and install with cargo
rust_install_target:
@echo " ==> Cargo install rust package $(PKG_NAME)"
@echo " ==> Cargo install rust package $(PKG_NAME) ($(shell rustc --version); $(RUST_TOOLCHAIN))"
@$(RUN) cargo +$(RUST_TOOLCHAIN) install $(CARGO_INSTALL_ARGS)


Expand Down
10 changes: 6 additions & 4 deletions spk/synocli-file/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = synocli-file
SPK_VERS = 3.1
SPK_REV = 21
SPK_VERS = 3.2
SPK_REV = 22
SPK_ICON = src/synocli-file.png

# packages depending on cross/zlib must be defined later, see below
Expand All @@ -11,6 +11,7 @@ DEPENDS += cross/mg
DEPENDS += cross/jupp
DEPENDS += cross/iconv
DEPENDS += cross/dos2unix
DEPENDS += cross/lsd

OPTIONAL_DEPENDS = cross/rmlint cross/rnm cross/micro cross/fzf cross/ripgrep cross/fd cross/sd
OPTIONAL_DEPENDS += cross/bat cross/eza
Expand Down Expand Up @@ -79,9 +80,9 @@ endif
PCRE2_CLI_FULL = 1
export PCRE2_CLI_FULL

DESCRIPTION = "SynoCli File Tools provide a set of small command-line utilities: less, tree, ncdu, jdupes, fdupes, rhash, mc \(midnight commander\), mg \(emacs-like text editor\), nano, jupp \(based on JOE - Joe\'s Own Editor 3.1\), file, detox, pcre2, zstd, lzip, plzip, detox, iconv, dos2unix tools$(OPTIONAL_DESC)."
DESCRIPTION = "SynoCli File Tools provide a set of small command-line utilities: less, tree, ncdu, jdupes, fdupes, rhash, mc \(midnight commander\), mg \(emacs-like text editor\), nano, jupp \(based on JOE - Joe\'s Own Editor 3.1\), file, detox, pcre2, zstd, lzip, plzip, detox, iconv, dos2unix tools, lsd$(OPTIONAL_DESC)."
STARTABLE = no
CHANGELOG = "1. Replace exa by eza v0.13.0.<br/>2. Update dos2unix to v 7.5.1.<br>3. Update file to v5.45.<br/>4. Update fzf to v0.42.0.<br/>5. Update jdupes to v1.27.3.<br/>6. Update less to v643.<br/>7. Update micro to v2.0.12.<br/>8. Update Midnight Commander to v4.8.30.<br/>9. Update mg v3.7.<br/>10. Update ncdu to v1.19.<br/>11. Update rhash to v1.4.4.<br/>12. Update rmlint to v2.10.2.<br/>13. Update tree to v2.1.1.<br/>"
CHANGELOG = "1. Add lsd v1.0.0.<br/>2. Update bat to v0.24.0.<br/>3. Update eza to v0.16.1.<br/>4. Update fd to v8.7.0.<br/>5. Update fzf to v0.44.1.<br/>6. Update micro to v2.0.13.<br/>7. Update sd to v1.0.0."

SERVICE_SETUP = src/service-setup.sh

Expand Down Expand Up @@ -109,6 +110,7 @@ SPK_COMMANDS += bin/sd
SPK_COMMANDS += bin/mg
SPK_COMMANDS += bin/bat
SPK_COMMANDS += bin/eza
SPK_COMMANDS += bin/lsd
SPK_COMMANDS += bin/jmacs bin/joe bin/jpico bin/jstar bin/jupp bin/rjoe
SPK_COMMANDS += bin/nnn
SPK_COMMANDS += bin/iconv
Expand Down

0 comments on commit 1f4f8b2

Please sign in to comment.