aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb
blob: d568272d4dc893f983fdaaf01d9ddd5d087b2c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "a fast strpitme engine"
HOMEPAGE = "https://github.com/nurse/strptime"

LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f19575067ffc5f1ddc02c74eeef9904f"

SRCREV = "1583aaa510cae4660907b22c8262ab31b1eb1864"

SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;branch=master"

S = "${WORKDIR}/git"

RDEPENDS:${PN} = "bash"

inherit ruby

FILES:${PN} += "${libdir}/*"