summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb
blob: f7fd72e7921e7221ed160595c1db7029c94f22c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"

RDEPENDS:${PN} = "bash"

inherit rubyv2

GEM_NAME = "strptime"
GEM_SPEC_FILE = "strptime.gemspec"

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