perl-path-tiny: initial add 0.108

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:59:24 +02:00
parent 32a79f9680
commit d123117ee2

View File

@@ -0,0 +1,16 @@
SUMMARY = "File path utility"
HOMEPAGE = "https://metacpan.org/release/Path-Tiny"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://README;beginline=1119;endline=1124;md5=63fd8b3ccdda43923b352a880cb37e36"
SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-${PV}.tar.gz"
SRC_URI[md5sum] = "1a7fbdccc4585074ce4419b7bec0966c"
SRC_URI[sha256sum] = "3c49482be2b3eb7ddd7e73a5b90cff648393f5d5de334ff126ce7a3632723ff5"
S = "${WORKDIR}/Path-Tiny-${PV}"
inherit cpan
BBCLASSEXTEND = "native"