-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.yaml
41 lines (34 loc) · 857 Bytes
/
recipe.yaml
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
context:
name: detours
version: 4.0.1
package:
name: ${{ name|lower }}
version: ${{ version }}
source:
url: https://github.com/microsoft/Detours/archive/refs/tags/v${{ version }}.tar.gz
sha256: 75df7f1f084acaf83c3b96a90328e93823c2506a97363d50556f1ee700c81f68
build:
number: 0
skip:
- unix
requirements:
build:
- ${{ compiler('cxx') }}
tests:
- package_contents:
include:
- detours.h
- detver.h
# uncomment this when bug in rattler-build is fixed
# lib:
# - if: win
# then: detours.lib
about:
homepage: https://github.com/microsoft/Detours
license: MIT
license_file: LICENSE.md
description: Detours is a software package for monitoring and instrumenting API calls on Windows.
repository: https://github.com/microsoft/Detours
extra:
recipe-maintainers:
- chawyehsu