mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
8 lines
258 B
Bash
Executable file
8 lines
258 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=tcl
|
|
version=8.6.12
|
|
workdir=tcl${version}/unix
|
|
useconfigure=true
|
|
files=(
|
|
"https://prdownloads.sourceforge.net/tcl/tcl${version}-src.tar.gz#26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6"
|
|
)
|