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