16 lines
593 B
Bash
16 lines
593 B
Bash
# Template file for 'podman-compose'
|
|
pkgname=podman-compose
|
|
version=1.0.2
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="podman python3-yaml python3-dotenv"
|
|
short_desc="Script to run docker-compose.yml using podman"
|
|
maintainer="juan <juan@horlux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/containers/podman-compose"
|
|
distfiles="https://github.com/containers/podman-compose/archive/v${version}.tar.gz"
|
|
checksum=8eae5f2d89a423c66c26377c29955e077e7c90532e1a63989e8f04d973181c76
|
|
# Source distribution does not script unit tests
|
|
make_check=no
|