1.5.0
All checks were successful
Build / Build project (push) Successful in 2m14s

This commit is contained in:
Alexander Zhirov 2025-06-01 23:29:54 +03:00
parent e4e7939001
commit 198b57d7a0
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 30 additions and 0 deletions

25
package.yml Normal file
View 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