mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-20 07:44:19 +00:00
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep archive \
|
|
| grep -Eo base-[0-9a-z_]+.tar.gz \
|
|
| sed 's/base-//;s/\.tar.*//;s/_/\./g'
|
|
}
|