mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
New package: gazou-0.3.3
This commit is contained in:
parent
09c74b7f9e
commit
7ab990abc0
1 changed files with 23 additions and 0 deletions
23
srcpkgs/gazou/template
Normal file
23
srcpkgs/gazou/template
Normal file
|
@ -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 <jaminW55@proton.me>"
|
||||||
|
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"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue