14 lines
506 B
Bash
14 lines
506 B
Bash
# Template file for 'nerdctl'
|
|
pkgname=nerdctl
|
|
version=0.18.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/containerd/nerdctl
|
|
go_package=$go_import_path/cmd/nerdctl
|
|
short_desc="Docker-compatible CLI for containerd"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/containerd/nerdctl"
|
|
distfiles="https://github.com/containerd/nerdctl/archive/refs/tags/v$version.tar.gz"
|
|
checksum=d6f858d649271b323a42dcf876b1d80f262416aa03236e30ca9d648cd80536bf
|