Skip to content

Commit

Permalink
add rtt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhkag committed Oct 24, 2023
1 parent 908e10c commit 2882b86
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bucket/rtt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "0.1.0",
"license": "Freeware",
"description": "rtt tools",
"homepage": "https://github.com/zhkag/rtt/tree/rust",
"url": "https://codeload.github.com/zhkag/rtt/zip/f332301#/dl.7z",
"hash": "683b5fd22ae76821ce4b3dacb16eda9f39a45df2fdfe6c5104f9639490ce30ea",
"depends": [
"rust-gnu"
],
"pre_install": [
"cd $dir\\rtt-*;cargo build --release",
"mv $dir\\rtt-*\\target\\release\\rtt.exe $dir"
],
"bin": [
"rtt.exe"
]
}

0 comments on commit 2882b86

Please sign in to comment.