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

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

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

S = "${WORKDIR}/git"

RDEPENDS:${PN} = "bash"

inherit ruby