-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwsjcpp.yml
More file actions
169 lines (157 loc) · 6.07 KB
/
Copy pathwsjcpp.yml
File metadata and controls
169 lines (157 loc) · 6.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
wsjcpp_version: v0.2.2
cmake_minimum_required: 3.5
cmake_cxx_standard: 17
name: wsjcpp
version: v0.2.7
description: C++ Source Package Manager
issues: https://github.com/wsjcpp/wsjcpp/issues # TODO add validate
# web-site: "https://wsjcpp.org"
keywords:
- "c++"
- "sources"
- "package-manager"
repositories:
- type: main # TODO validator
url: "https://github.com/wsjcpp/wsjcpp"
required-pkg-config:
- CURL
# "https://github.com/wsjcpp/wsjcpp-core:master"
dependencies:
- name: "wsjcpp-core"
version: "v0.2.1"
url: "https://github.com/wsjcpp/wsjcpp-core:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_core"
installation-datetime: "Wed, 30 Sep 2020 20:32:36 GMT"
- name: "wsjcpp-safe-scripting"
version: "v0.1.1"
url: "https://github.com/wsjcpp/wsjcpp-safe-scripting:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_safe_scripting"
installation-datetime: "Thu, 01 Jan 2026 07:36:19 GMT"
- name: "wsjcpp-arguments"
version: "v0.2.1"
url: "https://github.com/wsjcpp/wsjcpp-arguments:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_arguments"
- name: "wsjcpp-yaml"
version: "v0.1.10"
url: "https://github.com/wsjcpp/wsjcpp-yaml:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_yaml"
installation-datetime: "Thu, 01 Jan 2026 07:11:43 GMT"
# build-dependencies:
auto-generated-files:
version-file:
path: "./"
filename: "VERSION"
printed-format: "{MAJOR}.{MINOR}.{BUILD}"
authors:
- name: Evgenii Sopov
email: [email protected]
web-site: "https://sea5kg.ru"
- name: Danil Dudkin
email: [email protected]
origins:
- address: "https://wsjcpp.org/wsjcpp-package-registry/"
type: package-registry
- address: "file:///usr/share/wsjcpp-package-registry"
type: local-file-system # must be in global ~/.wsjcpp/config.yml
distribution:
- source-file: "src/wsjcpp_package_manager_distribution_file.cpp"
target-file: "wsjcpp_package_manager_distribution_file.cpp"
type: "source-code"
- source-file: "src/wsjcpp_package_manager_distribution_file.h"
target-file: "wsjcpp_package_manager_distribution_file.h"
type: "source-code"
- source-file: "src/wsjcpp_package_manager_safe_scripting_generate.cpp"
target-file: "wsjcpp_package_manager_safe_scripting_generate.cpp"
type: "source-code"
- source-file: "src/wsjcpp_package_manager_safe_scripting_generate.h"
target-file: "wsjcpp_package_manager_safe_scripting_generate.h"
type: "source-code"
- source-file: "src/wsjcpp_package_manager.cpp"
target-file: "wsjcpp_package_manager.cpp"
type: "source-code" # TODO validator
- source-file: "src/wsjcpp_package_manager.h"
target-file: "wsjcpp_package_manager.h"
type: "source-code"
- source-file: "src/wsjcpp_package_manager_author.h"
target-file: "wsjcpp_package_manager_author.h"
type: "source-code"
- source-file: "src/wsjcpp_package_manager_author.cpp"
target-file: "wsjcpp_package_manager_author.cpp"
type: "source-code"
- source-file: "src/wsjcpp_package_manager_resource_file.cpp"
target-file: "wsjcpp_package_manager_resource_file.cpp"
type: "source-code"
- source-file: "src/wsjcpp_package_manager_resource_file.h"
target-file: "wsjcpp_package_manager_resource_file.h"
type: "source-code"
- source-file: "src/wsjcpp_package_downloaders.h"
target-file: "wsjcpp_package_downloaders.h"
type: "source-code"
- source-file: "src/wsjcpp_package_downloaders.cpp"
target-file: "wsjcpp_package_downloaders.cpp"
type: "source-code"
- source-file: "src/wsjcpp_package_downloader_base.h"
target-file: "wsjcpp_package_downloader_base.h"
type: "source-code"
- source-file: "src/wsjcpp_package_downloader_base.cpp"
target-file: "wsjcpp_package_downloader_base.cpp"
type: "source-code"
- source-file: "src/wsjcpp_package_downloader_gitlab.h"
target-file: "wsjcpp_package_downloader_gitlab.h"
type: "source-code"
- source-file: "src/wsjcpp_package_downloader_gitlab.cpp"
target-file: "wsjcpp_package_downloader_gitlab.cpp"
type: "source-code"
- source-file: "src/wsjcpp_package_manager_dependence.h"
target-file: "wsjcpp_package_manager_dependence.h"
type: "source-code"
- source-file: "src/wsjcpp_package_manager_dependence.cpp"
target-file: "wsjcpp_package_manager_dependence.cpp"
type: "source-code"
- source-file: "src/wsjcpp_package_downloader_http.h"
target-file: "wsjcpp_package_downloader_http.h"
type: "source-code"
- source-file: "src/wsjcpp_package_downloader_http.cpp"
target-file: "wsjcpp_package_downloader_http.cpp"
type: "source-code"
- source-file: "src/wsjcpp_package_downloader_github.cpp"
target-file: "wsjcpp_package_downloader_github.cpp"
type: "source-code"
- source-file: "src/wsjcpp_package_downloader_github.h"
target-file: "wsjcpp_package_downloader_github.h"
type: "source-code"
- source-file: "src/wsjcpp_package_downloader_bitbucket.h"
target-file: "wsjcpp_package_downloader_bitbucket.h"
type: "source-code"
- source-file: "src/wsjcpp_package_downloader_bitbucket.cpp"
target-file: "wsjcpp_package_downloader_bitbucket.cpp"
type: "source-code"
- source-file: "src/wsjcpp_package_downloader_localfs.cpp"
target-file: "wsjcpp_package_downloader_localfs.cpp"
type: "source-code"
- source-file: "src/wsjcpp_package_downloader_localfs.h"
target-file: "wsjcpp_package_downloader_localfs.h"
type: "source-code"
unit-tests:
cases:
- name: "NormalizeUnitTestName"
description: "Test Normalize UnitTest Name"
- name: "generateFilenameForUnitTest"
description: "Test generate filename for UnitTest"
- name: "InitPackage"
description: "Test for init package"
enabled: "no"
- name: "ReadPackage"
description: "Test for read package"
resources:
output-generation-dir: src/resources.wsjcpp
files:
- filepath: "./build_simple.sh"
size: 592
pack-as: "text"
modified: 1767591341
sha1: "d536d44532d0bf7ad57831586e71f094d5b299d3"