14 lines
536 B
Bash
14 lines
536 B
Bash
# Template file for 'podman-compose'
|
|
pkgname=podman-compose
|
|
version=0.1.5
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-yaml"
|
|
depends="${hostmakedepends} podman"
|
|
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="5f9557d3b2617a6d10905286ff41f0e722703ffca985755b035084b2db68066a"
|