-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathVSoft.CommandLine.dspec.yaml
More file actions
54 lines (49 loc) · 1.6 KB
/
VSoft.CommandLine.dspec.yaml
File metadata and controls
54 lines (49 loc) · 1.6 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.CommandLine
authors: [ Vincent Parrett ]
description: Command Line Parser
projectUrl: https://github.com/VSoftTechnologies/VSoft.CommandLineParser
repositoryUrl: https://github.com/VSoftTechnologies/VSoft.CommandLineParser
license: Apache-2.0
readme: README.md
copyright: Vincent Parrett and contributors
tags: [ commandline, parser ]
version: 0.1.11
repositoryCommit: #HASH#
# define variable defaults - can be overriden in targetPlatforms
variables:
packageSource: "Rad Studio $compilernoprefix$"
# package folder names are a mess.
targetPlatforms:
- compiler from: delphixe2
compiler to: delphixe8
platforms: [ win32, win64 ]
- compiler from: delphi10.0
compiler to: delphi10.4
platforms: [ win32, win64 ]
variables:
packageSource: "Rad Studio $compilernoprefix$ $compilerCodeName$"
- compilers: [ delphi11 ]
platforms: [ win32, win64 ]
variables:
packageSource: "Rad Studio $compilernoprefix$.0 $compilerCodeName$"
- compiler from: delphi12
compiler to: delphi13
platforms: [ win32, win64 ]
variables:
packageSource: "Rad Studio $compilernoprefix$.0"
templates:
- name: default
source:
- src: ./LICENSE
- src: ./src/*.pas
- src: ./packages/$packageSource$/*.dpk
dest: ./packages/$packageSource$
- src: ./packages/$packageSource$/*.dproj
dest: ./packages/$packageSource$
build:
- project: ./packages/$packageSource$/VSoft.CommandLineR.dproj