You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
48 lines
1.5 KiB
Tcl
48 lines
1.5 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name podman-compose
|
|
version 1.6.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license GPL-2
|
|
maintainers {judaew @judaew} openmaintainer
|
|
|
|
conflicts podman-compose-devel
|
|
|
|
description a script to run docker-compose.yml using podman
|
|
long_description {*}${description}
|
|
homepage https://github.com/containers/podman-compose
|
|
|
|
distname podman_compose-${version}
|
|
|
|
checksums rmd160 1b1bde75bbc20604cd51f55fdef8a594abdcff15 \
|
|
sha256 c83fd9bcbaa635100d581ce52a7a4b712ee0d457481232aff392efe3ebc5a217 \
|
|
size 53935
|
|
|
|
python.default_version 314
|
|
|
|
depends_run-append port:podman \
|
|
port:py${python.version}-python-dotenv \
|
|
port:py${python.version}-yaml
|
|
|
|
subport podman-compose-devel {
|
|
PortGroup github 1.0
|
|
|
|
github.setup containers podman-compose 0f6537e9cfa38f6035ac57c1716b6d55dbaf3ca4
|
|
github.tarball_from archive
|
|
version 2026-06-03
|
|
revision 0
|
|
|
|
conflicts podman-compose
|
|
|
|
checksums rmd160 90c01b683685a4eb264dba9aad8de71a092c905a \
|
|
sha256 32d21aa16c229c9287bec0b78ac17d94c1d94e9681691aef7dbc39dcfe075fc2 \
|
|
size 155192
|
|
}
|