mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
podman-compose: update to v1.5.0.
This commit is contained in:
parent
743bc62e13
commit
7d4b3bd13c
1 changed files with 10 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'podman-compose'
|
||||
pkgname=podman-compose
|
||||
version=1.4.1
|
||||
version=1.5.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="podman python3-yaml python3-dotenv"
|
||||
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"
|
||||
homepage="https://github.com/containers/podman-compose"
|
||||
distfiles="https://github.com/containers/podman-compose/archive/v${version}.tar.gz"
|
||||
checksum=582c6021b03565d4fe71ddb5d12c5fbcdbc630ca24d2b29b02d568a2da304853
|
||||
checksum=83624b850fd0727f0cc3a574e17471cd003e1d85c46af91854bdab67299058fa
|
||||
# Source distribution does not script unit tests
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
vdoc docs/Mappings.md
|
||||
vdoc docs/Extensions.md
|
||||
vcompletion completion/bash/podman-compose bash
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue