summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..175c51aa1554
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,10 @@
+# Maintainer: Whyme Lyu <callme5long@gmail.com>
+
+pkgname=nerdctl-full
+pkgver=1
+pkgrel=1
+pkgdesc="Docker-compatible CLI for containerd (Meta package with all the optional dependencies)"
+arch=('any')
+url="https://github.com/containerd/nerdctl"
+license=('Apache')
+depends=(nerdctl buildkit cni-plugins rootlesskit slirp4netns)