diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2019-02-22 09:36:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-22 09:36:57 +0700 |
commit | 0dbbe2f06fcb99a13c32d4dcb08f1f734dd6c641 (patch) | |
tree | afaf71bacca952b96c9c04e2ea3ed293deac902d /system/podman/podman.info | |
parent | 6515d454c4f3a8fdc1ae76cc4d5ace3d666f26bc (diff) |
system/podman: Added (utility to run OCI-based containers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/podman/podman.info')
-rw-r--r-- | system/podman/podman.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/podman/podman.info b/system/podman/podman.info new file mode 100644 index 0000000000000..dc8a7903f9fa6 --- /dev/null +++ b/system/podman/podman.info @@ -0,0 +1,10 @@ +PRGNAM="podman" +VERSION="1.0.1" +HOMEPAGE="https://github.com/containers/libpod" +DOWNLOAD="https://github.com/containers/libpod/archive/v1.0.1/libpod-1.0.1.tar.gz" +MD5SUM="d7ce87cad867fc7d1980a2b07566282f" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="runc go-md2man slirp4netns" +MAINTAINER="Vincent Batts" +EMAIL="vbatts@hashbangbash.com" |