void-packages/srcpkgs/tagainijisho/template
2020-01-13 18:06:52 +01:00

19 lines
629 B
Bash

# Template file for 'tagainijisho'
pkgname="tagainijisho"
version="1.0.3"
revision=1
build_style=cmake
makedepends="qt-devel"
short_desc="A free software Japanese dictionary and learning assistant"
maintainer="Salih Gerdan <msalih45@gmail.com>"
license="GPL-3"
homepage="http://www.tagaini.net"
distfiles="https://github.com/Gnurou/tagainijisho/releases/download/${version}/tagainijisho-${version}.tar.gz"
checksum="6fe3c579ec1cea6c41393ac9a82dd12d0e240032d2bb7837a90e470f480aaf4e"
nocross="Found unsuitable Qt version, this code requires Qt 4.x"
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="other dicts are not built";;
esac