mirror of
https://github.com/containers/podman.git
synced 2025-09-10 04:12:20 +08:00

it installs podman and supporting binaries along with qemu to have a functioning podman install using a pkg podman and podman-mac-helper is compiled from source gvproxy binary is downloaded from its github releases and qemu from github release of containers/podman-machine-qemu [NO NEW TESTS NEEDED] Signed-off-by: Anjan Nath <kaludios@gmail.com>
18 lines
720 B
XML
18 lines
720 B
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<installer-script minSpecVersion="1.000000">
|
|
<title>Podman __VERSION__</title>
|
|
<background mime-type="image/png" file="banner.png" scaling="proportional"/>
|
|
<welcome file="welcome.html" mime-type="text/html" />
|
|
<conclusion file="conclusion.html" mime-type="text/html" />
|
|
<license file="LICENSE.txt"/>
|
|
<options customize="never" hostArchitectures="x86_64,arm64" />
|
|
<domains enable_localSystem="true" />
|
|
<choices-outline>
|
|
<line choice="podman"/>
|
|
</choices-outline>
|
|
<choice id="podman" title="podman">
|
|
<pkg-ref id="podman.pkg"/>
|
|
</choice>
|
|
<pkg-ref id="podman.pkg">podman.pkg</pkg-ref>
|
|
</installer-script>
|