Commit d827f378 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-download: add homebrew support

parent 26656d3f
......@@ -219,6 +219,9 @@ epm_download()
opkg)
docmd opkg $pkg_filenames
;;
homebrew)
docmd brew fetch $pkg_filenames
;;
*)
fatal "Have no suitable command for $PMTYPE"
;;
......
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