summaryrefslogtreecommitdiff
path: root/types/buildenv.pp
blob: 0967535024624500acdd88fc53c0037f367cbde5 (plain)
1
2
3
4
5
6
7
type Pacman::Buildenv = Struct[{
  distcc => Boolean,
  color  => Boolean,
  ccache => Boolean,
  check  => Boolean,
  sign   => Boolean,
}]