mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
url=http://www.tcl.tk/
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep Source \
|
|
| sed "s/.*Tk //;s/<.*//"
|
|
}
|