dpscreenocr/package.yml
Alexander Zhirov 198b57d7a0
All checks were successful
Build / Build project (push) Successful in 2m14s
1.5.0
2025-06-01 23:29:54 +03:00

25 lines
781 B
YAML

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