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