forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
R-sysfonts.yaml
50 lines (44 loc) · 844 Bytes
/
R-sysfonts.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
package:
name: R-sysfonts
version: 0.8.9
epoch: 0
description: Loading Fonts into R
copyright:
- license: GPL-2.0-only
dependencies:
runtime:
- R
- freetype
- libpng
- zlib
environment:
contents:
packages:
- R
- R-dev
- busybox
- freetype-dev
- libpng-dev
- zlib-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/cran/sysfonts
tag: ${{package.version}}
expected-commit: 6049dd068886a10b087ed5855592d2d195af12ab
- uses: R/build
with:
package: sysfonts
version: ${{package.version}}
- uses: strip
test:
pipeline:
- runs: |
Rscript -e 'library(sysfonts)'
update:
enabled: true
ignore-regex-patterns:
- 'R-.*'
github:
identifier: cran/sysfonts
use-tag: true