blob: 5144aef29e6bc1c25ad3b721074853922a03cd52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = canto-git
pkgdesc = EPUB reader with offline TTS and Spotify-style lyrics view
pkgver = 1.1
pkgrel = 1
url = https://github.com/lucilf3r/canto
install = canto.install
arch = any
license = MIT
makedepends = git
makedepends = python-pip
depends = python
depends = pyside6
depends = python-numpy
depends = python-beautifulsoup4
depends = python-lxml
depends = fontconfig
optdepends = xdg-utils: open with support
provides = canto
conflicts = canto
source = canto-git::git+https://github.com/lucilf3r/canto.git
sha256sums = SKIP
pkgname = canto-git
|