package/wtfutil: new package
Some of wtfutils modules (i.e. plugins) can call to external tools, so it needs to fork(), so needs an MMU. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
cc10bd5777
commit
e940ec95e0
@ -2499,6 +2499,7 @@ comment "Utilities"
|
||||
source "package/tmux/Config.in"
|
||||
source "package/ttyd/Config.in"
|
||||
source "package/which/Config.in"
|
||||
source "package/wtfutil/Config.in"
|
||||
source "package/xmlstarlet/Config.in"
|
||||
source "package/xxhash/Config.in"
|
||||
source "package/ytree/Config.in"
|
||||
|
8
package/wtfutil/Config.in
Normal file
8
package/wtfutil/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_WTFUTIL
|
||||
bool "wtfutil"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
||||
help
|
||||
WTF is the personal information dashboard for your terminal.
|
||||
|
||||
https://wtfutil.com/
|
2
package/wtfutil/wtfutil.hash
Normal file
2
package/wtfutil/wtfutil.hash
Normal file
@ -0,0 +1,2 @@
|
||||
sha256 d15b2e8833d31d5b1ad7b4317777dc7aa045124d1d91994f02c9b5709f09fef3 wtfutil-0.41.0.tar.gz
|
||||
sha256 b59f3dbd83c6aa4e003b6eafa80bc53f0629e4d164e8b125c56869c2603dbc8f LICENSE.md
|
12
package/wtfutil/wtfutil.mk
Normal file
12
package/wtfutil/wtfutil.mk
Normal file
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# wtfutil
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WTFUTIL_VERSION = 0.41.0
|
||||
WTFUTIL_SITE = $(call github,wtfutil,wtf,v$(WTFUTIL_VERSION))
|
||||
WTFUTIL_LICENSE = MPL-2.0
|
||||
WTFUTIL_LICENSE_FILES = LICENSE.md
|
||||
|
||||
$(eval $(golang-package))
|
Loading…
Reference in New Issue
Block a user