1 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, glib, expat
4 stdenv.mkDerivation rec {
8 src = fetchFromGitHub {
12 sha256 = "1fyrc4g9qdq04nxs4g8x0krxfani5xady6v9m0qfqpbh4xk2ry2d";
15 nativeBuildInputs = [ autoreconfHook pkg-config installShellFiles ];
16 buildInputs = [ glib expat ];
19 installShellCompletion --bash src/prevo-completion
24 "CLI tools for the offline version of the Esperanto dictionary Reta Vortaro";
26 PReVo is the "portable" ReVo, i.e., the offline version
27 of the Esperanto dictionary Reta Vortaro.
29 This package provides the command line application prevo to query a local
30 ReVo database, as well as the command line tool revodb to create such a
31 database for this application or for the Android app of the same name.
33 homepage = "https://github.com/bpeel/prevodb";
34 license = licenses.gpl2Only;
35 maintainers = [ maintainers.das-g ];
36 platforms = platforms.linux;