mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
8
package/tio/Config.in
Normal file
8
package/tio/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_TIO
|
||||
bool "tio"
|
||||
help
|
||||
"tio" is a simple TTY terminal application which features a
|
||||
straightforward commandline interface to easily connect to
|
||||
TTY devices for basic input/output.
|
||||
|
||||
https://tio.github.io/
|
||||
5
package/tio/tio.hash
Normal file
5
package/tio/tio.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# Locally computed:
|
||||
sha256 a8f5ed6994cacb96780baa416b19e5a6d7d67e8c162a8ea4fd9eccd64984ae44 tio-1.32.tar.xz
|
||||
|
||||
# Hash for license files:
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
13
package/tio/tio.mk
Normal file
13
package/tio/tio.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# tio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TIO_VERSION = 1.32
|
||||
TIO_SOURCE = tio-$(TIO_VERSION).tar.xz
|
||||
TIO_SITE = https://github.com/tio/tio/releases/download/v$(TIO_VERSION)
|
||||
TIO_LICENSE = GPL-2.0+
|
||||
TIO_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user