16 lines
602 B
Bash
16 lines
602 B
Bash
# Template file for 'podman-compose'
|
|
pkgname=podman-compose
|
|
version=1.4.1
|
|
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="Orphaned <orphan@voidlinux.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=582c6021b03565d4fe71ddb5d12c5fbcdbc630ca24d2b29b02d568a2da304853
|
|
# Source distribution does not script unit tests
|
|
make_check=no
|