diff options
Diffstat (limited to 'recipes-containers/podlet/podlet_git.bb')
| -rw-r--r-- | recipes-containers/podlet/podlet_git.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-containers/podlet/podlet_git.bb b/recipes-containers/podlet/podlet_git.bb new file mode 100644 index 00000000..4977bf0d --- /dev/null +++ b/recipes-containers/podlet/podlet_git.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Generator for quadlet files" | ||
| 2 | DESCRIPTION = "Podlet generates Podman Quadlet files from a Podman command, compose file, or existing object." | ||
| 3 | LICENSE = "MPL-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f75d2927d3c1ed2414ef72048f5ad640" | ||
| 5 | |||
| 6 | inherit cargo cargo-update-recipe-crates | ||
| 7 | |||
| 8 | PV = "0.3.16" | ||
| 9 | SRC_URI = "git://github.com/containers/podlet.git;protocol=https;branch=main" | ||
| 10 | SRCREV = "ca463af859931a9a43688d869eae5fe3a95e7143" | ||
| 11 | |||
| 12 | require ${BPN}-crates.inc | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
