return { url = "https://github.com/git/git", targets = { default = { build = function() return os.execute("make NO_REGEX=NeedsStartEnd prefix="..prefix) end, install = function() return os.execute("make NO_REGEX=NeedsStartEnd install prefix="..prefix) end, on_update = function() return os.execute("echo 'HEYHEYHEYHEYHEYHEYHEY IT WORKED (git)'") end, uninstall = function() return os.execute("make NO_REGEX=NeedsStartEnd install prefix="..prefix) end, }, }, }