6 buildOctavePackage rec {
11 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
12 sha256 = "0cbpahn9flrv9ppp5xakhwh8vyyy7wzlsz22i3s93yqg9q2bh4ys";
16 homepage = "https://octave.sourceforge.io/fpl/index.html";
17 license = licenses.gpl3Plus;
18 maintainers = with maintainers; [ KarlJoad ];
19 description = "Collection of routines to export data produced by Finite Elements or Finite Volume Simulations in formats used by some visualization programs";