mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep -Eo dialog-[0-9a-z.]+-[0-9.]+.tgz \
|
|
| sed 's/dialog-//;s/\.tgz//' \
|
|
| tr '-' '_'
|
|
}
|