mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-20 23:44:35 +00:00
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
port_getver() {
|
|
fetch \
|
|
| grep archive \
|
|
| grep -Eo appstream_glib_[0-9_]+.tar.gz \
|
|
| sed 's/appstream_glib_//;s/\.tar.*//;s/_/\./g'
|
|
}
|