summaryrefslogtreecommitdiffstats
path: root/recipes-containers/podlet/podlet_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/podlet/podlet_git.bb')
-rw-r--r--recipes-containers/podlet/podlet_git.bb14
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 @@
1SUMMARY = "Generator for quadlet files"
2DESCRIPTION = "Podlet generates Podman Quadlet files from a Podman command, compose file, or existing object."
3LICENSE = "MPL-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f75d2927d3c1ed2414ef72048f5ad640"
5
6inherit cargo cargo-update-recipe-crates
7
8PV = "0.3.16"
9SRC_URI = "git://github.com/containers/podlet.git;protocol=https;branch=main"
10SRCREV = "ca463af859931a9a43688d869eae5fe3a95e7143"
11
12require ${BPN}-crates.inc
13
14BBCLASSEXTEND = "native nativesdk"