1 { lib, buildDunePackage, fetchurl }:
8 url = "https://gasche.gitlab.io/path_glob/releases/path_glob-${version}.tbz";
9 sha256 = "01ra20bzjiihbgma74axsp70gqmid6x7jmiizg48mdkni0aa42ay";
13 homepage = "https://gitlab.com/gasche/path_glob";
14 description = "Checking glob patterns on paths";
15 license = lib.licenses.lgpl2Only;