diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb b/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb new file mode 100644 index 0000000..d568272 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "a fast strpitme engine" | ||
| 2 | HOMEPAGE = "https://github.com/nurse/strptime" | ||
| 3 | |||
| 4 | LICENSE = "BSD-2-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f19575067ffc5f1ddc02c74eeef9904f" | ||
| 6 | |||
| 7 | SRCREV = "1583aaa510cae4660907b22c8262ab31b1eb1864" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;branch=master" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = "bash" | ||
| 14 | |||
| 15 | inherit ruby | ||
| 16 | |||
| 17 | FILES:${PN} += "${libdir}/*" | ||
