rbuildsys 0.0.1.pre → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "gnu-32",
3
+ "os": "linux",
4
+ "compiler": {
5
+ "c": "gcc",
6
+ "c++": "g++"
7
+ },
8
+ "archiver": "ar",
9
+ "flags": {
10
+ "debug": "-g",
11
+ "include": "-I",
12
+ "libPath": "-L",
13
+ "libLink": "-l",
14
+ "output": "-o",
15
+ "allWarnings": "-Wall",
16
+ "pic": "-fPIC",
17
+ "langStd": "-std",
18
+ "define": "-D"
19
+ },
20
+ "output_filenames": {
21
+ "exec": "@NAME@.run",
22
+ "staticLib": "lib@NAME@.a",
23
+ "dynamicLib": "lib@NAME@.so"
24
+ },
25
+ "extra_flags": "-m32"
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "gnu",
3
+ "os": "linux",
4
+ "compiler": {
5
+ "c": "gcc",
6
+ "c++": "g++"
7
+ },
8
+ "archiver": "ar",
9
+ "flags": {
10
+ "debug": "-g",
11
+ "include": "-I",
12
+ "libPath": "-L",
13
+ "libLink": "-l",
14
+ "output": "-o",
15
+ "allWarnings": "-Wall",
16
+ "pic": "-fPIC",
17
+ "langStd": "-std",
18
+ "define": "-D"
19
+ },
20
+ "output_filenames": {
21
+ "exec": "@NAME@.run",
22
+ "staticLib": "lib@NAME@.a",
23
+ "dynamicLib": "lib@NAME@.so"
24
+ },
25
+ "extra_flags": ""
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "i686-mingw32-w64",
3
+ "os": "windows",
4
+ "compiler": {
5
+ "c": "i686-w64-mingw32-gcc",
6
+ "c++": "i686-w64-mingw32-g++"
7
+ },
8
+ "archiver": "i686-w64-mingw32-ar",
9
+ "flags": {
10
+ "debug": "-g",
11
+ "include": "-I",
12
+ "libPath": "-L",
13
+ "libLink": "-l",
14
+ "output": "-o",
15
+ "allWarnings": "-Wall",
16
+ "pic": "-fPIC",
17
+ "langStd": "-std",
18
+ "define": "-D"
19
+ },
20
+ "output_filenames": {
21
+ "exec": "@NAME@.exe",
22
+ "staticLib": "@NAME@.lib",
23
+ "dynamicLib": "@NAME@.dll"
24
+ },
25
+ "extra_flags": "-static-libgcc -static-libstdc++"
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "x86_64-mingw32-w64",
3
+ "os": "windows",
4
+ "compiler": {
5
+ "c": "x86_64-w64-mingw32-gcc",
6
+ "c++": "x86_64-w64-mingw32-g++"
7
+ },
8
+ "archiver": "x86_64-w64-mingw32-ar",
9
+ "flags": {
10
+ "debug": "-g",
11
+ "include": "-I",
12
+ "libPath": "-L",
13
+ "libLink": "-l",
14
+ "output": "-o",
15
+ "allWarnings": "-Wall",
16
+ "pic": "-fPIC",
17
+ "langStd": "-std",
18
+ "define": "-D"
19
+ },
20
+ "output_filenames": {
21
+ "exec": "@NAME@.exe",
22
+ "staticLib": "@NAME@.lib",
23
+ "dynamicLib": "@NAME@.dll"
24
+ },
25
+ "extra_flags": "-static-libgcc -static-libstdc++"
26
+ }
metadata CHANGED
@@ -1,30 +1,64 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbuildsys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mai-Lapyst
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
- cert_chain: []
11
- date: 2020-11-06 00:00:00.000000000 Z
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIEKDCCApCgAwIBAgIBATANBgkqhkiG9w0BAQsFADAfMR0wGwYDVQQDDBRpbmZv
14
+ L0RDPWxhcHlzdC9EQz1ieTAeFw0yMDExMjAyMzU4NTZaFw0yMTExMjAyMzU4NTZa
15
+ MB8xHTAbBgNVBAMMFGluZm8vREM9bGFweXN0L0RDPWJ5MIIBojANBgkqhkiG9w0B
16
+ AQEFAAOCAY8AMIIBigKCAYEA2rzgUZWNW9YN4a9YW2chL2Myxf5uGVYcDOyiYZ3e
17
+ YaFN6YkI8yJly0QXHgMka/EnmINXkd/hwh7ClfFNd69+v/8NVrwgUcr/BxFxXnhi
18
+ Kf/tJD18Sg3+wtU+6JRkJoK8MSGpvxvfNhquowhkaznnAYvJ83ZDH4An4a9MlShX
19
+ 2ayHoqIh+rPavcbtFN7XF5sNcScAxIdZ3om4MxqRdlNAFOFao45SGC3i73Zsgi0t
20
+ x+ulcB8oPDz4QFRVB92rhWhG0QLRfWWJbhFDx8waeFZSH+spF3cApGBcKgpjv/HP
21
+ 4AyASEOPJdNjKF7Hh1vN2ihjQaCHt7OLpFHLf9FUwXus7DDZAGR3kvF091QeZg72
22
+ uPvcAJ7BiRPXL9XRHsLnmoHK4fwHRn8ADuPj4hZqKM6AmJ64SRKUR3Cx88z2b6Dh
23
+ bWGtAAkjodw1iejVT/clRZ6Q4PhLssUFuLa1GAHkw3zqlhu4G3Xog6uC0532FPhy
24
+ p6iB8E/Z9WiDoPP3pqGiGe2zAgMBAAGjbzBtMAkGA1UdEwQCMAAwCwYDVR0PBAQD
25
+ AgSwMB0GA1UdDgQWBBTg51w2mQdhcRsUoa9rRMCEgO9fHTAZBgNVHREEEjAQgQ5p
26
+ bmZvQGxhcHlzdC5ieTAZBgNVHRIEEjAQgQ5pbmZvQGxhcHlzdC5ieTANBgkqhkiG
27
+ 9w0BAQsFAAOCAYEArVC/cRjnaTFoalt+7xJYMIHIp2BVRnwgry7dBwIWNn3RUA7+
28
+ JqPGslJeliuWeTrBnD5mPCICNs4463SSNBq/BMThF/v8Te+S87tl5Xkzw35QQ4QP
29
+ Vj2mcRtoe4N8gGmsm7+UINYHIMq+Rt2mlKwboUZn2wIKZ95PqxVxLgg7BaQ+e+Pl
30
+ O9sDINea/xdXEXlyGKYVQ6lUNphc9sMgjzA76JuegOjpwewWsgXfEvUZOHhYmEOM
31
+ zPl/TKAjB/uLXVOjv/i9ZwYw4h9oRQqaNvUzqtO+pDKyQ9MSG0vXgR2MdgAuo2s7
32
+ 4XXZwDxdpGNkyLHdro1dQbKF0Kr16tRBzZ5ttckEEmxuz7S5H9ICvvN/HIOsXAgf
33
+ 5rTDopfc2jI5zMuM3pjAze5iB4pAcHxBxACn4/0JRxHK8M4dVG7sUtrTlW1QJptc
34
+ Cgz8OwluijTg0r7IV+dR39001dVkWJYPPoQKnymg7MKCqT50gB0KwZKtmiLcCqv3
35
+ TvJw+wDrmiHjusoM
36
+ -----END CERTIFICATE-----
37
+ date: 2020-11-21 00:00:00.000000000 Z
12
38
  dependencies: []
13
39
  description: |2
14
40
  rbuildsys is a build system like cmake,
15
41
  where you write your own scripts to define
16
42
  how your project needs to be build
17
- email:
43
+ email:
18
44
  executables: []
19
45
  extensions: []
20
46
  extra_rdoc_files: []
21
47
  files:
22
48
  - lib/rbuildsys.rb
49
+ - lib/toolchains/gnu-32.json
50
+ - lib/toolchains/gnu.json
51
+ - lib/toolchains/i686-mingw32-w64.json
52
+ - lib/toolchains/x86_64-mingw32-w64.json
23
53
  homepage: https://rubygems.org/gems/rbuildsys
24
54
  licenses:
25
55
  - GPL-3.0
26
- metadata: {}
27
- post_install_message:
56
+ metadata:
57
+ source_code_uri: https://github.com/Mai-Lapyst/rbuildsys
58
+ homepage_uri: https://github.com/Mai-Lapyst/rbuildsys
59
+ bug_tracker_uri: https://github.com/Mai-Lapyst/rbuildsys/issues
60
+ changelog_uri: https://github.com/Mai-Lapyst/rbuildsys/blob/master/CHANGELOG
61
+ post_install_message:
28
62
  rdoc_options: []
29
63
  require_paths:
30
64
  - lib
@@ -35,13 +69,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
35
69
  version: '0'
36
70
  required_rubygems_version: !ruby/object:Gem::Requirement
37
71
  requirements:
38
- - - ">"
72
+ - - ">="
39
73
  - !ruby/object:Gem::Version
40
- version: 1.3.1
74
+ version: '0'
41
75
  requirements: []
42
- rubyforge_project:
76
+ rubyforge_project:
43
77
  rubygems_version: 2.7.6.2
44
- signing_key:
78
+ signing_key:
45
79
  specification_version: 4
46
80
  summary: Scriptable build system, written in ruby
47
81
  test_files: []
Binary file