28 lines
704 B
YAML
28 lines
704 B
YAML
name: podman-compose
|
|
description: A script to run docker-compose.yml using podman
|
|
version: 1.6.0
|
|
revision: 2
|
|
url: https://github.com/containers/podman-compose
|
|
license: GPL2-only
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
output_architecture: any
|
|
type: source
|
|
depends:
|
|
- podman
|
|
- python3=3.14.*
|
|
- python-dotenv
|
|
- python-pyyaml
|
|
optional_depends:
|
|
- aardvark-dns
|
|
make_depends:
|
|
- python-build
|
|
- python-installer
|
|
- python-wheel
|
|
downloads:
|
|
- url: https://github.com/containers/podman-compose/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: dffdec88deb6da8437a86d82340e213c3a616933807fe3fd5978f0c8c325e5e2
|