Skip to content

Commit

Permalink
Merge pull request #4 from jerily/kk-dev
Browse files Browse the repository at this point in the history
Add ttrek.json
  • Loading branch information
jerily authored Aug 6, 2024
2 parents 499a0e4 + 683a200 commit b2eece2
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ cmake-build-debug
build
models
*.o
*.so
*.so

/ttrek-lock.json
/ttrek-venv
52 changes: 52 additions & 0 deletions ttrek.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "aws-sdk-tcl",
"version": "1.0.9",
"scripts": {

},
"dependencies": {
"tcl": "^9.0.0-beta.2",
"aws-sdk-cpp": "^1.11.157"
},
"devDependencies": {

},
"build": {
"default": [
{
"cmd": "download",
"url": "https://github.com/jerily/aws-sdk-tcl/archive/refs/tags/v1.0.9.tar.gz"
},
{
"cmd": "unpack"
},
{
"cmd": "cd"
},
{
"cmd": "cmake_config",
"options": [
{
"name": "TCL_LIBRARY_DIR",
"value": "$INSTALL_DIR/lib"
},
{
"name": "TCL_INCLUDE_DIR",
"value": "$INSTALL_DIR/include"
},
{
"name": "AWS_SDK_CPP_DIR",
"value": "$INSTALL_DIR"
}
]
},
{
"cmd": "make",
"parallel": true
},
{
"cmd": "make_install"
}
]
}
}

0 comments on commit b2eece2

Please sign in to comment.