aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers/lua/dummy-registry/dummy2.lua
blob: 8dc26c9fdb1c0cc75f265ee5f76d9f006e21cfad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
return {
    name = "dummy2",
    description = [[This is a dummy2 package.]],
    homepage = "https://example.com",
    licenses = { "MIT" },
    languages = { "Dummy2Lang" },
    categories = { "LSP" },
    source = {
        id = "pkg:mason/dummy2@1.0.0",
        ---@async
        ---@param ctx InstallContext
        install = function(ctx) end,
    },
}