aboutsummaryrefslogtreecommitdiff
path: root/.config/pkgit/repos/tux.lua
blob: 4616faa99c96e45eed4e87d302f79d0ef992df83 (plain)
1
2
3
4
5
6
7
8
9
10
return {
  url = "https://github.com/JulB3y/tux",
  targets = {
    default = {
      build = function()
        return os.execute("make release")
      end,
    }
  }
}