-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.yaml
42 lines (40 loc) · 1011 Bytes
/
package.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
name: youbrick
version: 1.0.0
synopsis: Terminal feed aggregator and launcher for Youtube channels
github: florentc/youbrick
license: GPL-3.0-or-later
author: Florent Ch.
copyright: (c) 2021 Florent Ch.
category: Web
description: |
An application with a convenient terminal user interface to get notified about,
and view new content from Youtube channels without a google account. This
relies on the RSS feeds associated to each channel. The TUI is powered by the
haskell Brick library.
extra-source-files:
- README.md
- screenshots/*.png
dependencies:
- base >= 4.7 && < 5
- text
- bytestring
- containers
- exceptions
- time
- filepath
- directory
- process
- microlens-platform
- ixset-typed
- feed
- http-conduit
- http-types
- tagsoup
- vty
- brick
executables:
youbrick:
main: Main.hs
source-dirs: src
ghc-options:
- -threaded