mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-22 01:44:52 +00:00
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep -Eo exiv2-[0-9.]+-Source.tar.[bgx]z2? \
|
|
| sed 's/exiv2-//;s/-Source.*//'
|
|
}
|