Skip to content

Commit 5d3f7ac

Browse files
committed
templates: drop redundant mcpp = {} segment (Form A)
1 parent 371fe89 commit 5d3f7ac

1 file changed

Lines changed: 11 additions & 18 deletions

File tree

pkgs/m/mcpplibs.templates.lua

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,33 @@
1-
-- AUTO-GENERATED by mcpp emit xpkg-equivalent (manual seed).
1+
-- AUTO-GENERATED by `mcpp emit xpkg`-equivalent (manual seed).
22
-- Source: https://github.com/mcpp-community/templates @ v0.0.1
3+
-- Form A descriptor: the source repo has its own mcpp.toml, so no
4+
-- `mcpp = {}` workaround segment is needed.
35
package = {
4-
spec = "1",
5-
name = "mcpplibs.templates",
6+
spec = "1",
7+
name = "mcpplibs.templates",
68
description = "Minimal C++23 modular hello library",
7-
licenses = {"Apache-2.0"},
8-
repo = "https://github.com/mcpp-community/templates",
9-
type = "package",
9+
licenses = {"Apache-2.0"},
10+
repo = "https://github.com/mcpp-community/templates",
11+
type = "package",
1012

1113
xpm = {
1214
linux = {
1315
["0.0.1"] = {
14-
url = "https://github.com/mcpp-community/templates/archive/refs/tags/v0.0.1.tar.gz",
16+
url = "https://github.com/mcpp-community/templates/archive/refs/tags/v0.0.1.tar.gz",
1517
sha256 = "348640a5b8fb09c6392e5487234f426f0d1dd6b1ed46e6644cdec3c9d65e7fd3",
1618
},
1719
},
1820
macosx = {
1921
["0.0.1"] = {
20-
url = "https://github.com/mcpp-community/templates/archive/refs/tags/v0.0.1.tar.gz",
22+
url = "https://github.com/mcpp-community/templates/archive/refs/tags/v0.0.1.tar.gz",
2123
sha256 = "348640a5b8fb09c6392e5487234f426f0d1dd6b1ed46e6644cdec3c9d65e7fd3",
2224
},
2325
},
2426
windows = {
2527
["0.0.1"] = {
26-
url = "https://github.com/mcpp-community/templates/archive/refs/tags/v0.0.1.tar.gz",
28+
url = "https://github.com/mcpp-community/templates/archive/refs/tags/v0.0.1.tar.gz",
2729
sha256 = "348640a5b8fb09c6392e5487234f426f0d1dd6b1ed46e6644cdec3c9d65e7fd3",
2830
},
2931
},
3032
},
31-
32-
mcpp = {
33-
schema = "0.1",
34-
language = "c++23",
35-
import_std = true,
36-
modules = { "mcpplibs.templates" },
37-
deps = { },
38-
manifest = "mcpp.toml",
39-
},
4033
}

0 commit comments

Comments
 (0)