mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-12-22 05:00:44 -06:00
Compare commits
3 commits
4b53d3e050
...
5ca52175f6
Author | SHA1 | Date | |
---|---|---|---|
5ca52175f6 | |||
4a91ce99a7 | |||
1055b0ae34 |
4 changed files with 7 additions and 4 deletions
|
@ -3,12 +3,12 @@
|
||||||
"packages": {
|
"packages": {
|
||||||
"hwylterm": {
|
"hwylterm": {
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"vcsRevision": "2a5dce888d7abf5409a62208d951ac3a4e6babfa",
|
"vcsRevision": "cbeefd675c0884feebad4dc62910092519f8b2ed",
|
||||||
"url": "https://github.com/daylinmorgan/hwylterm",
|
"url": "https://github.com/daylinmorgan/hwylterm",
|
||||||
"downloadMethod": "git",
|
"downloadMethod": "git",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"checksums": {
|
"checksums": {
|
||||||
"sha1": "56afeceb88973f730111cfa7d02aef2d0cf88197"
|
"sha1": "4d043352ad07388d0181c0fd4cf325317e9306d0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"illwill": {
|
"illwill": {
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
pname = "tsm";
|
pname = "tsm";
|
||||||
version = "2024.1001-unstable";
|
version = "2024.1001-unstable";
|
||||||
src = ../.;
|
src = ../.;
|
||||||
nimbleDepsHash = "sha256-YtW7jv2D/o6z6vgx8cKfqGzs/Yyd6s/Cl5Xs7yavA18=";
|
nimbleDepsHash = "sha256-5xK3KsLLFZ72qWreIHW0SBL3+5H6Ll6o0spMfW1iPX8=";
|
||||||
nimFlags = [
|
nimFlags = [
|
||||||
"-d:TsmVersion=v${version}"
|
"-d:TsmVersion=v${version}"
|
||||||
];
|
];
|
||||||
|
|
|
@ -12,6 +12,9 @@ proc tsm(open: bool = false) =
|
||||||
else:
|
else:
|
||||||
tmux.attach project.name
|
tmux.attach project.name
|
||||||
|
|
||||||
|
const tsmVersion {.strDefine.} =
|
||||||
|
staticExec "git describe --tags --always HEAD --match 'v*'"
|
||||||
|
|
||||||
hwylCli:
|
hwylCli:
|
||||||
name "tsm"
|
name "tsm"
|
||||||
V tsmVersion
|
V tsmVersion
|
||||||
|
|
|
@ -12,6 +12,6 @@ binDir = "bin"
|
||||||
|
|
||||||
requires "nim >= 2.0.0"
|
requires "nim >= 2.0.0"
|
||||||
requires "illwill >= 0.4.1"
|
requires "illwill >= 0.4.1"
|
||||||
requires "https://github.com/daylinmorgan/hwylterm#2a5dce88"
|
requires "https://github.com/daylinmorgan/hwylterm#cbeefd67"
|
||||||
requires "https://github.com/usu-dev/usu-nim"
|
requires "https://github.com/usu-dev/usu-nim"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue