# Copyright 2026 Nadeŭka <me+oss@nadevko.cc>
# Distributed under the terms of the GNU General Public License v2
EAPI=9

DESCRIPTION='Docker-compatible cli provider'

SLOT=0
KEYWORDS=amd64

RDEPEND='
	|| (
		app-containers/docker-cli
		app-containers/podman[wrapper]
		app-containers/nerdctl
	)
'