summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f4c1e6db564664d3afaee3ed40af40888164198d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pkgname=lios-git
pkgver=7eeed0be
pkgrel=6
pkgdesc="Linux Intelligent OCR Solution is an easy to use OCR suite for tesseract and cuneiform"
arch=(any)
license=('GPL3')
url="https://gitlab.com/groups/Nalin-x-Linux"
source=('git+https://gitlab.com/Nalin-x-Linux/lios-3.git')
depends=('tesseract' 'imagemagick' 'cuneiform' 'python-sane' 'espeak-ng' 'poppler' 'python-pyenchant' 'aspell-en' 'speech-dispatcher' 'python-gobject' 'python-cairo' 'vte3' 'gst-plugins-base-libs')
makedepends=('git' 'gcc')
provides=('lios')
conflicts=('lios')

#pkgver() {
#}

#build() {
#}

package() {
  cd "${srcdir}/lios-3"
  python3 setup.py install --root="${pkgdir}"
}
md5sums=('SKIP')