mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-09 03:50:24 +00:00
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep -Ev '(r|py|py2)'cairo \
|
|
| grep -Eo $filename[_-][0-9a-z.]+.tar.[bgx]z2? \
|
|
| sed "s/$filename[-_]//;s/\.tar.*//" \
|
|
| grep -Evi '(alpha|beta|rc)' \
|
|
| grep [[:digit:]]
|
|
}
|