We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a102a7 commit 98e4904Copy full SHA for 98e4904
Tcllib-1.16.tar.gz
-7.26 MB
packer.tcl
@@ -33,7 +33,7 @@ proc ::packer::init {} {
33
sdx sdx-20110317.kit
34
35
# The Tcllib archive file.
36
- tcllib Tcllib-1.16.tar.gz
+ tcllib tcllib-2.0.tar.zst
37
38
# The Git repository to clone. Can be local or remote.
39
sourceRepository https://github.com/tclssg/tclssg
@@ -149,8 +149,8 @@ proc ::packer::build args {
149
150
# Unpack Tcllib and install it in the subdirectory lib/tcllib of the
151
# Starkit VFS.
152
- run tar zxf [opt tcllib]
153
- with-path [regsub {.tar.gz$} [opt tcllib] {}] {
+ run zstd -d < [opt tcllib] | tar xf -
+ with-path [regsub .tar.zst$ [opt tcllib] {}] {
154
run {*}[sl {
155
>@ stdout
156
[file join .. [opt buildTclkit]]
tcllib-2.0.tar.zst
13.4 MB
0 commit comments