package/tealdeer: new package
Tealdeer is a fast and full-featured tldr client. tldr pages are simplified and community-driven man pages, see https://tldr.sh/ for more information. https://github.com/dbrgn/tealdeer/ Signed-off-by: Danilo Bargen <mail@dbrgn.ch> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
874916567a
commit
b9e25d9937
@ -657,6 +657,7 @@ F: package/libftdi1/
|
||||
N: Danilo Bargen <mail@dbrgn.ch>
|
||||
F: board/pcengines/apu2/
|
||||
F: configs/pcengines_apu2_defconfig
|
||||
F: package/tealdeer/
|
||||
|
||||
N: Danomi Manchego <danomimanchego123@gmail.com>
|
||||
F: package/cjson/
|
||||
|
@ -2627,6 +2627,7 @@ menu "System tools"
|
||||
source "package/systemd-bootchart/Config.in"
|
||||
source "package/sysvinit/Config.in"
|
||||
source "package/tar/Config.in"
|
||||
source "package/tealdeer/Config.in"
|
||||
source "package/thermald/Config.in"
|
||||
source "package/tpm-tools/Config.in"
|
||||
source "package/tpm2-abrmd/Config.in"
|
||||
|
10
package/tealdeer/Config.in
Normal file
10
package/tealdeer/Config.in
Normal file
@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_TEALDEER
|
||||
bool "tealdeer"
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
||||
select BR2_PACKAGE_HOST_RUSTC
|
||||
help
|
||||
A fast and full-featured tldr client. tldr pages are
|
||||
simplified and community-driven man pages, see
|
||||
https://tldr.sh/ for more information.
|
||||
|
||||
https://github.com/dbrgn/tealdeer/
|
4
package/tealdeer/tealdeer.hash
Normal file
4
package/tealdeer/tealdeer.hash
Normal file
@ -0,0 +1,4 @@
|
||||
# Locally generated
|
||||
sha256 42febf9ee84721b9230077d62e2fc51201fd59624d3c776ccc1a634788768a60 tealdeer-1.5.0.tar.gz
|
||||
sha256 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a LICENSE-APACHE
|
||||
sha256 a313b5e62b80a08f3aae0fa62ff3de8482ef55247299eb352ab44f87ef456b1b LICENSE-MIT
|
12
package/tealdeer/tealdeer.mk
Normal file
12
package/tealdeer/tealdeer.mk
Normal file
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# tealdeer
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TEALDEER_VERSION = 1.5.0
|
||||
TEALDEER_SITE = $(call github,dbrgn,tealdeer,v$(TEALDEER_VERSION))
|
||||
TEALDEER_LICENSE = Apache-2.0 or MIT
|
||||
TEALDEER_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
|
||||
|
||||
$(eval $(cargo-package))
|
Loading…
Reference in New Issue
Block a user