blob: 03047c2b7b4944d2de047047fca387f34d3e9044 (
plain) (
blame)
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
|
name: newsboat
version: git
base: core18
summary: An RSS/Atom feed reader for text terminals
description: |
Newsboat is an RSS/Atom feed reader for the text console. It's an actively
maintained fork of Newsbeuter.
grade: stable
confinement: strict
apps:
newsboat:
command: usr/local/bin/newsboat
environment:
LOCPATH: "$SNAP/usr/lib/locale"
plugs:
- network
- home
- desktop
podboat:
command: usr/local/bin/podboat
environment:
LOCPATH: "$SNAP/usr/lib/locale"
plugs:
- network
- home
- desktop
parts:
rust:
plugin: nil
build-snaps:
- rustup
override-build: |
rustup install stable
newsboat:
after:
- rust
plugin: make
source: .
build-packages:
- pkg-config
- libsqlite3-dev
- libcurl4-openssl-dev
- libxml2-dev
- libstfl-dev
- libjson-c-dev
- libncursesw5-dev
- asciidoctor
- libssl-dev
- gettext
- g++
stage-packages:
- libxml2
- librtmp1
- locales-all
- libcurl4
- libstfl0
|