mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
8 lines
146 B
Plaintext
Executable File
8 lines
146 B
Plaintext
Executable File
port_getver() {
|
|
fetch \
|
|
| grep archive \
|
|
| grep -Eo qtwebkit-[0-9a-z.-]+.tar.gz \
|
|
| sed 's/qtwebkit-//;s/\.tar.*//;s/-//' \
|
|
| grep -v tp.*
|
|
}
|