mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 13:44:39 +00:00
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
url=https://cgit.freedesktop.org/upower/
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep UPOWER \
|
|
| sed "s/.*\?h=//;s/'>.*//;s/UPOWER_//" \
|
|
| tr '_' '.'
|
|
}
|