diff --git a/srcpkgs/gazou/template b/srcpkgs/gazou/template new file mode 100644 index 00000000000..9af5f8cecf4 --- /dev/null +++ b/srcpkgs/gazou/template @@ -0,0 +1,23 @@ +# Template file for 'gazou' +pkgname=gazou +version=0.3.3 +revision=1 +_qhotkey_version=eb7ddaba57b108f99c2fefcd4eb23cef9c0ed681 +build_style=cmake +configure_args="-DGUI=ON" +hostmakedepends="pkg-config qt5-qmake qt5-host-tools" +makedepends="qt5-devel tesseract-ocr-devel leptonica-devel qt5-x11extras-devel" +short_desc="Japanese and Chinese OCR application" +maintainer="jaminW55 " +license="GPL-3.0-only" +homepage="https://github.com/kamui-fin/gazou" +distfiles="https://github.com/kamui-fin/gazou/archive/refs/tags/v${version}.tar.gz + https://github.com/Skycoder42/QHotkey/archive/${_qhotkey_version}.tar.gz" +checksum="b939ebfaca7fa5703025328c5cb670e8718aaeace11eaadcbde506b0eb6c04e2 + 2dc72c4c7c23ae2e721fdde7605829f7735e004ac235632855101216cc94d926" + +skip_extraction="${_qhotkey_version}.tar.gz" + +post_extract() { + vsrcextract -C third-party/QHotkey "${_qhotkey_version}.tar.gz" +}