podman-compose: update to v1.5.0.

This commit is contained in:
Folling 2025-08-08 11:31:10 +02:00 committed by Duncan Overbruck
parent 743bc62e13
commit 7d4b3bd13c

View file

@ -1,8 +1,8 @@
# Template file for 'podman-compose' # Template file for 'podman-compose'
pkgname=podman-compose pkgname=podman-compose
version=1.4.1 version=1.5.0
revision=1 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="podman python3-yaml python3-dotenv" depends="podman python3-yaml python3-dotenv"
short_desc="Script to run docker-compose.yml using podman" short_desc="Script to run docker-compose.yml using podman"
@ -10,6 +10,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://github.com/containers/podman-compose" homepage="https://github.com/containers/podman-compose"
distfiles="https://github.com/containers/podman-compose/archive/v${version}.tar.gz" distfiles="https://github.com/containers/podman-compose/archive/v${version}.tar.gz"
checksum=582c6021b03565d4fe71ddb5d12c5fbcdbc630ca24d2b29b02d568a2da304853 checksum=83624b850fd0727f0cc3a574e17471cd003e1d85c46af91854bdab67299058fa
# Source distribution does not script unit tests # Source distribution does not script unit tests
make_check=no make_check=no
post_install() {
vdoc README.md
vdoc docs/Mappings.md
vdoc docs/Extensions.md
vcompletion completion/bash/podman-compose bash
}