diff options
| author | Nathan Hartman <hnathan918@gmail.com> | 2020-02-20 11:58:05 -0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-02-27 17:15:50 -0500 |
| commit | 2e21be360e1cd6e04efe6c4080386cb0804e09ab (patch) | |
| tree | 72f787ea61122112da1c41508cd9198a06d95d75 /meta-openstack/recipes-devtools/ruby | |
| parent | eb71de34422991c564731fe1214f76280ca5469f (diff) | |
| download | meta-cloud-services-2e21be360e1cd6e04efe6c4080386cb0804e09ab.tar.gz | |
Initial strptime ruby recipe
Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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 | ||
