b9e25d9937
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>
13 lines
385 B
Makefile
13 lines
385 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|