-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathVSoft.Uri.dspec.yaml
More file actions
53 lines (49 loc) · 1.54 KB
/
VSoft.Uri.dspec.yaml
File metadata and controls
53 lines (49 loc) · 1.54 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
# DPM package spec file
# Used to build packages
min client version: 1.0
# metadata describes the package to the user
metadata:
id: VSoft.Uri
authors: [ Vincent Parrett ]
description: Simple Uri Parser
projectUrl: https://github.com/VSoftTechnologies/VSoft.Uri
repositoryUrl: https://github.com/VSoftTechnologies/VSoft.Uri
license: Apache-2.0
readme: README.md
copyright: Vincent Parrett and contributors
tags: [ uri, parser ]
version: 0.3.3
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$"
templates:
- name: default
source:
- src: ./LICENSE.txt
- src: ./src/*.pas
- src: ./packages/$packageSource$/*.dpk
dest: ./packages/$packageSource$
- src: ./packages/$packageSource$/*.dproj
dest: ./packages/$packageSource$
build:
- project: ./packages/$packageSource$/VSoft.UriR.dproj