forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdosfstools.yaml
78 lines (68 loc) · 1.6 KB
/
dosfstools.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Generated from https://git.alpinelinux.org/aports/plain/main/dosfstools/APKBUILD
package:
name: dosfstools
version: "4.2"
epoch: 3
description: DOS filesystem utilities
copyright:
- license: GPL-3.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- gettext
- gettext-dev
- libtool
- linux-headers
- openssf-compiler-options
pipeline:
- uses: git-checkout
with:
repository: https://github.com/dosfstools/dosfstools
expected-commit: 697f7692c951173c1b732901e13f72bd3182d575
tag: v${{package.version}}
- runs: |
touch config.rpath
autoreconf -fiv
- uses: autoconf/configure
with:
opts: |
--enable-compat-symlinks
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: dosfstools-doc
pipeline:
- uses: split/manpages
description: dosfstools manpages
update:
enabled: true
github:
identifier: dosfstools/dosfstools
strip-prefix: v
tag-filter: v
test:
pipeline:
- runs: |
tempfile=$(mktemp test-XXXXXXXXX)
dd if=/dev/zero of=$tempfile bs=1M count=10
for i in 12 16 32; do
mkfs.fat -v -c -F $i $tempfile
done
dosfsck --help
dosfslabel --version
dosfslabel --help
fatlabel --version
fatlabel --help
fsck.fat --help
fsck.msdos --help
fsck.vfat --help
mkdosfs --help
mkfs.fat --help
mkfs.msdos --help
mkfs.vfat --help