-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathVSoft.System.Console.dspec.yaml
More file actions
54 lines (50 loc) · 1.73 KB
/
VSoft.System.Console.dspec.yaml
File metadata and controls
54 lines (50 loc) · 1.73 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
# DPM package spec file
# Used to build packages
min client version: 1.0
# metadata describes the package to the user
metadata:
id: VSoft.System.Console
version: 1.2.0
authors: [ Vincent Parrett ]
description: System.Console implementation for Delphi - Windows, macOS, and Linux.
projectUrl: https://github.com/VSoftTechnologies/VSoft.System.Console
repositoryUrl: https://github.com/VSoftTechnologies/VSoft.System.Console
repositoryCommit: #HASH#
license: Apache-2.0
readme: README.md
copyright: Vincent Parrett and contributors
tags: [ console ]
# define variable defaults - can be overriden in targetPlatforms
variables:
packageSource: "Rad Studio $compilernoprefix$"
# package folder names are a mess.
targetPlatforms:
- compiler from: delphixe3
compiler to: delphi10.1
platforms: [ win32, win64, macos32 ]
- compiler from: delphi10.2
compiler to: delphi10.3
platforms: [ win32, win64, macos32, macos64, linux64 ]
- compiler from: delphi10.4
compiler to: delphi12
platforms: [ win32, win64, macos64, linux64 ]
- compiler from: delphi11
compiler to: delphi12
platforms: [ win32, win64, macos64, macosarm64, linux64 ]
variables:
packageSource: "Rad Studio $compilernoprefix$.0"
- compiler: delphi13
platforms: [ win32, win64, winarm64ec, macos64, macosarm64, linux64 ]
variables:
packageSource: "Rad Studio $compilernoprefix$.0"
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