-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathVSoft.CommandLine.dspec.yaml
More file actions
39 lines (34 loc) · 1.09 KB
/
VSoft.CommandLine.dspec.yaml
File metadata and controls
39 lines (34 loc) · 1.09 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
# 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$"
targetPlatforms:
- compiler from: delphixe2
compiler to: delphi13.0
platforms: [ win32, win64 ]
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