return { url = "https://github.com/cowsay-org/cowsay", targets = { default = { install = function() os.execute("make install prefix="..prefix) end, uninstall = function() os.execute("make uninstall prefix="..prefix) os.execute("rm -rf "..prefix.."/share/cowsay") end, } } }