-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathVSoft.System.Console.dspec
More file actions
73 lines (73 loc) · 1.72 KB
/
Copy pathVSoft.System.Console.dspec
File metadata and controls
73 lines (73 loc) · 1.72 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
# DPM package spec file
min dpm client version: 1.0.0
metadata:
id: VSoft.System.Console
version: 1.2.4
description: 'System.Console implementation for Delphi - Windows, macOS, and Linux.'
authors:
- Vincent Parrett
projectUrl: https://github.com/VSoftTechnologies/VSoft.System.Console
repositoryUrl: https://github.com/VSoftTechnologies/VSoft.System.Console
repositoryCommit: #HASH#
license: Apache-2.0
copyright: Vincent Parrett and contributors
tags:
- console
readme: README.md
variables:
# define variable defaults - can be overriden in targetPlatforms
packagesource: Rad Studio $compilernoprefix$
targetPlatforms:
# package folder names are a mess.
- compiler from: delphixe3
compiler to: delphi10.1
platforms:
- win32
- win64
- macos32
- compiler: delphi10.2
platforms:
- win32
- win64
- macos32
- linux64
- compiler: delphi10.3
platforms:
- win32
- win64
- macos32
- macos64
- linux64
- compiler: delphi10.4
platforms:
- win32
- win64
- macos64
- linux64
- compiler from: delphi11.0
compiler to: delphi12.0
platforms:
- win32
- win64
- macos64
- macosarm64
- linux64
- compiler: delphi13.0
platforms:
- win32
- win64
- winarm64ec
- macos64
- macosarm64
- linux64
templates:
- name: default
source:
- src: ./src/*.pas
- src: ./src/*.inc
- src: ./packages/$packageSource$/*.dpk
dest: ./packages/$packageSource$
- src: ./packages/$packageSource$/*.dproj
dest: ./packages/$packageSource$
build:
- project: ./packages/$packageSource$/VSoft.System.ConsoleR.dproj