mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep archive \
|
|
| grep -Eo v[0-9a-z.]+\.tar\.gz \
|
|
| sed "s/\.tar\.gz//;s/^v//;s/^$filename-//" \
|
|
| grep -Evi '(alpha|beta|rc|example|pre|doc*)'
|
|
} |