Skip to content

Commit

Permalink
Ports: Add menu entry for Tcl
Browse files Browse the repository at this point in the history
  • Loading branch information
djwisdom authored and nico committed Dec 26, 2024
1 parent 599f44c commit 5f479c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ports/tcl/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ port=tcl
version=8.6.12
workdir=tcl${version}/unix
useconfigure=true
launcher_name='Tcl'
launcher_category='D&evelopment'
launcher_command='/usr/local/bin/tclsh8.6'
launcher_run_in_terminal='true'
icon_file='https://static-00.iconduck.com/assets.00/file-type-tcl-icon-967x2048-e9aisv9w.png'
files=(
"https://prdownloads.sourceforge.net/tcl/tcl${version}-src.tar.gz#26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6"
)

0 comments on commit 5f479c7

Please sign in to comment.