forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathw3m.yaml
More file actions
57 lines (48 loc) · 1.09 KB
/
Copy pathw3m.yaml
File metadata and controls
57 lines (48 loc) · 1.09 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
#nolint:git-checkout-must-use-github-updates,valid-pipeline-git-checkout-tag
package:
name: w3m
version: 0.5.3.20230718
epoch: 3
description: text-based web & gopher browser, as well as pager
copyright:
- license: MIT
dependencies:
runtime:
- perl
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- gc-dev
- imlib2-dev
- linux-headers
- ncurses-dev
- openssf-compiler-options
- openssl-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/tats/w3m
expected-commit: ee66aabc3987000c2851bce6ade4dcbb0b037d81
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: w3m-doc
pipeline:
- uses: split/manpages
description: w3m manpages
update:
enabled: true
release-monitor:
identifier: 5115
# Basic test, requires newtork access, to dump https://example.com to stdout
test:
pipeline:
- runs: |
w3m -dump https://example.com