mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:17:44 +00:00
Port: Add port for tcl
This commit is contained in:
parent
2447dcd1ea
commit
cfa095b44a
3 changed files with 35 additions and 0 deletions
7
Ports/tcl/package.sh
Executable file
7
Ports/tcl/package.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=tcl
|
||||
version=8.6.11
|
||||
workdir=tcl${version}/unix
|
||||
useconfigure=true
|
||||
files="https://prdownloads.sourceforge.net/tcl/tcl${version}-src.tar.gz tcl${version}.tar.gz 8c0486668586672c5693d7d95817cb05a18c5ecca2f40e2836b9578064088258"
|
||||
auth_type=sha256
|
Loading…
Add table
Add a link
Reference in a new issue