perl-template-toolkit: initial add 2.27

It is required to build upcoming freecell-solver. There are other meta layers
containing this but layer dependency explosion should be avoided.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-08-30 21:57:28 +02:00
parent 0caff38217
commit 32a79f9680

View File

@@ -0,0 +1,19 @@
SUMMARY = "Template processing system"
HOMEPAGE = "http://www.template-toolkit.org/"
LICENSE = "Artisticv1 | GPLv1+"
LIC_FILES_CHKSUM = " \
file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d \
"
SRC_URI = "https://cpan.metacpan.org/authors/id/A/AB/ABW/Template-Toolkit-${PV}.tar.gz"
SRC_URI[md5sum] = "a7fae5d4fe5918f33105d92a62134067"
SRC_URI[sha256sum] = "1311a403264d0134c585af0309ff2a9d5074b8ece23ece5660d31ec96bf2c6dc"
S = "${WORKDIR}/Template-Toolkit-${PV}"
inherit cpan
BBCLASSEXTEND = "native"