blob: d854848750ae638e80aa8b51d7141eac2ad7fd30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Maintainer: GuiltyCat <guiltycat.icloud AT icloud DOT com>
pkgname=salt-viewer
pkgver=0.1.13
pkgdesc="Very simple (archived) image viewer"
pkgrel=1
arch=("any")
url="https://github.com/GuiltyCat/SaltViewer"
license=("GPL")
depends=("python" "unrar" "poppler" "python-pillow" "python-send2trash" "python-cairosvg" "python-natsort" "python-py7zr" "python-pdf2image" "python-rarfile" "python-pypdf3")
makedepends=("python-setuptools")
md5sums=('SKIP')
optdepends=("unarchiver: unrar alternative" "libarchive: unar alternative")
source=("https://github.com/GuiltyCat/SaltViewer/archive/refs/tags/v${pkgver}.tar.gz")
package(){
cd SaltViewer-"${pkgver}"
python setup.py install --verbose --root="${pkgdir}/" --optimize=1
}
|