Add Environment to compilespec #24

Now compilespecs can define envs and have PACKAGE_NAME, PACKAGE_VERSION and PACKAGE_CATEGORY injected
This commit is contained in:
Ettore Di Giacinto
2019-12-01 21:04:22 +01:00
parent 55fa7265e5
commit ebf818ff08
4 changed files with 36 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ import (
"path"
"path/filepath"
"regexp"
//"strconv"
"strings"
"sync"