mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
filename=wireless_tools
|
|
url=https://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep -Eo wireless_tools.[0-9.]+.tar.gz \
|
|
| sed 's/wireless_tools\.//;s/\.tar\.gz//'
|
|
}
|
|
|