aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb
blob: 20a1f5bce79c2b66e62506342d139595af0d329c (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"

S = "${WORKDIR}/git"

RDEPENDS_${PN} = "bash"

inherit ruby