-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathR-showtext.yaml
63 lines (56 loc) · 1.12 KB
/
R-showtext.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
package:
name: R-showtext
version: 0.9.7
epoch: 1
description: Using Fonts More Easily in R Graphs
copyright:
- license: Apache-2.0
dependencies:
runtime:
- R
- R-showtextdb
- R-sysfonts
- freetype
- libpng
- zlib
environment:
contents:
packages:
- R
- R-dev
- R-showtextdb
- R-sysfonts
- busybox
- freetype-dev
- libpng-dev
- zlib-dev
var-transforms:
- from: ${{package.version}}
match: ^(.+)\.(\d+)$
replace: $1-$2
to: mangled-package-version
pipeline:
- uses: git-checkout
with:
repository: https://github.com/cran/showtext
tag: ${{vars.mangled-package-version}}
expected-commit: 7abf994a45ab6da26cafddbf8b15678cd8f2c8d5
- uses: R/build
with:
package: showtext
version: ${{package.version}}
- uses: strip
test:
pipeline:
- runs: |
Rscript -e 'library(showtext)'
update:
enabled: true
ignore-regex-patterns:
- 'R-.*'
version-transform:
- match: ^(.+)\-(\d+)$
replace: $1.$2
github:
identifier: cran/showtext
use-tag: true