diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb b/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb new file mode 100644 index 0000000..20a1f5b --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/strptime_0.2.3.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 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 | SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;tag=v0.2.3" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | RDEPENDS_${PN} = "bash" | ||
| 12 | |||
| 13 | inherit ruby | ||
