Posted to tcl by auriocus at Tue Aug 18 18:40:14 GMT 2015view pretty

Package llvmtcl3.6 {
  Source {Git https://github.com/dkfellows/llvmtcl.git}
  Configure {
    Config [Get srcdir-sys]
  }
  Make {Run make}
  Install {Run make install}
  Clean {Run make clean}
  Test {Run make test}
}