Files
meta-openembedded/meta-oe/recipes-extended/figlet/figlet_git.bb
T
Bartosz Golaszewski 48267d7954 figlet: new package
This adds a recipe for figlet - a utility for creating large characters
from regular console characters. It's useful to create custom banners at
run-time.

Include native and nativesdk support in case we want to create banners
at build-time.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-30 22:02:13 -07:00

16 lines
519 B
BlitzBasic

SUMMARY = "FIGlet is a program that creates large characters out of ordinary screen characters"
HOMEPAGE = "http://www.figlet.org/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1688bcd97b27704f1afcac7336409857"
SRC_URI = "git://github.com/cmatsuoka/figlet.git \
file://0001-build-add-autotools-support-to-allow-easy-cross-comp.patch"
SRCREV = "5bbcd7383a8c3a531299b216b0c734e1495c6db3"
S = "${WORKDIR}/git"
PV = "2.2.5+git${SRCPV}"
inherit autotools
BBCLASSEXTEND = "native nativesdk"