Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
name: podman-compose
|
||||
description: A script to run docker-compose.yml using podman
|
||||
version: 1.5.0
|
||||
revision: 1
|
||||
url: https://github.com/containers/podman-compose
|
||||
license: GPL2-only
|
||||
architecture: any
|
||||
output_architecture: any
|
||||
type: source
|
||||
depends:
|
||||
- podman
|
||||
- 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: 83624b850fd0727f0cc3a574e17471cd003e1d85c46af91854bdab67299058fa
|
||||
Reference in New Issue
Block a user