Posted to tcl by aspect at Wed Nov 19 01:38:37 GMT 2014view raw

  1. mkdir tls.vfs
  2. teapot-client get tls.vfs Linux \* tls
  3. echo 'foreach dir [glob tls.vfs/lib/*] {pkg_mkIndex -verbose $dir}' | tclsh
  4. echo > tls.vfs/main.tcl '
  5. package require starkit
  6. if {[starkit::startup] eq "sourced"} return
  7. package require tls
  8. '
  9. sdx wrap tls.kit
  10.  
  11. # it would be nice if teapot-client could guess or tell me my local architecture
  12. # building multiarch kits oughtn't be difficult
  13. # recipe using AS's teacup to fetch packages would be helpful too