package = "vix"
version = "9.9.9-1"

source = {
   url = "https://github.com/yourusername/test/archive/refs/tags/v9.9.9.tar.gz",
   dir = "test-9.9.9"
}

description = {
   summary = "Security test - will be removed",
   license = "MIT"
}

dependencies = {
   "lua >= 5.1",
}

build = {
   type = "builtin",
   modules = {
      vix = "src/vix.lua"
   }
}
