summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchrys2015-12-23 13:44:41 +0100
committerchrys2015-12-23 13:44:41 +0100
commitf0bfe2b03582f7de6c729fd9ad3af679328e4170 (patch)
treed00593566aa00b5147c5bf5f1f0300dfb3af322a /PKGBUILD
downloadaur-f0bfe2b03582f7de6c729fd9ad3af679328e4170.tar.gz
inital commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7f55335e88a1
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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')