summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9a7f8c1069db0739545ad2201f7b8a530556de3b (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=2
pkgdesc="Linux Intelligent OCR Solution is an easy to use ORC 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-pyinsane' 'espeak' 'poppler' 'python-pyenchant' 'aspell-en' 'speech-dispatcher')
makedepends=('git' 'gcc')
provides=('lios')
conflicts=('lios')

#pkgver() {
#}

#build() {
#}

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