Commit 49bc1df0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-site: add brew support

parent 051cd280
......@@ -80,6 +80,10 @@ query_package_url()
#LANG=C epm info "$1"
return
;;
homebrew)
docmd brew "$1" | grep "^From: " | sed -e "s|^From: ||"
return
;;
esac
fatal "rpm based distro supported only. TODO: Realize via web service?"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment