blob: 61b050aac68362f6d45d005c4b2729da5056b304 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "FIGlet is a program that creates large characters out of ordinary screen characters"
2HOMEPAGE = "http://www.figlet.org/"
3
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1688bcd97b27704f1afcac7336409857"
6
Andrew Geissler595f6302022-01-24 19:11:47 +00007SRC_URI = "git://github.com/cmatsuoka/figlet.git;branch=master;protocol=https \
Andrew Geissler82c905d2020-04-13 13:39:40 -05008 file://0001-build-add-autotools-support-to-allow-easy-cross-comp.patch"
9SRCREV = "5bbcd7383a8c3a531299b216b0c734e1495c6db3"
10S = "${WORKDIR}/git"
11PV = "2.2.5+git${SRCPV}"
12
13inherit autotools
14
15BBCLASSEXTEND = "native nativesdk"