podenv-0.1.0: hub/Applications/fbrnch.dhall
let Podenv = ../Podenv.dhall
in Podenv.Application::{
, description = Some "Tool to update fedora packages branches"
, runtime =
(./fedora.dhall).latest.use
[ "fbrnch", "krb5-workstation", "openssh-clients" ]
, command = [ "fbrnch" ]
, capabilities = Podenv.Capabilities::{ network = True, cwd = True }
}