@@ -10,7 +10,7 @@ package("fontconfig")
if is_plat("linux") then
add_deps("gperf")
end
-
+
on_install("linux", "macosx", function (package)
local font_dirs = {}
if is_plat("macosx") then
@@ -1,5 +1,6 @@
package("gperf")
+ set_kind("binary")
set_homepage("https://www.gnu.org/software/gperf")
set_description("Perfect hash function generator.")