mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep -Eo cdparanoia-III-[0-9.]+.src.tgz \
|
|
| sed 's/cdparanoia-III-//;s/\.src\.tgz//'
|
|
}
|