summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7f55335e88a104f6f412724ad187063efc4e1858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgname=lios-git
pkgver=7eeed0be
pkgrel=1
pkgdesc="Linux Intelligent OCR Solution is an easy to use ORC suite for tesseract and cuneiform"
arch=(any)
license=('LGPL')
url=('https://gitlab.com/groups/Nalin-x-Linux')
source=('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')


#pkgver() {
#}

#build() {
#}

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