This commit is contained in:
parent
e4e7939001
commit
198b57d7a0
2 changed files with 30 additions and 0 deletions
25
package.yml
Normal file
25
package.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
name : dpscreenocr
|
||||
version : 1.5.0
|
||||
release : 1
|
||||
source :
|
||||
- https://github.com/danpla/dpscreenocr/archive/refs/tags/v1.5.0.tar.gz: 7d3d7e04f29024d8db956118578a9b3dddc39030f3af08dbc9026cdb57c6a645
|
||||
homepage : https://danpla.github.io/dpscreenocr/
|
||||
license : Zlib
|
||||
component : multimedia.graphics
|
||||
summary : Program to recognize text on screen
|
||||
description: |
|
||||
Program to recognize text on screen
|
||||
builddeps :
|
||||
- pkgconfig(Qt5Gui)
|
||||
- pkgconfig(libarchive)
|
||||
- pkgconfig(tesseract)
|
||||
- pkgconfig(x11)
|
||||
- pkgconfig(xext)
|
||||
setup : |
|
||||
%cmake_ninja -B build \
|
||||
-DDPSO_GEN_HTML_MANUAL=NO \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr
|
||||
build : |
|
||||
%ninja_build -C build
|
||||
install : |
|
||||
DESTDIR=${installdir} cmake --install build
|
Loading…
Add table
Add a link
Reference in a new issue