12 buildDunePackage rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-fOBaJHHP/Imi9UDLflI52OdKDcmMxpl+NH3pfofmv/o=";
29 propagatedBuildInputs = [
37 homepage = "https://github.com/colis-anr/${pname}";
38 description = "Static parser for POSIX Shell";
39 license = licenses.gpl3Plus;
40 maintainers = with maintainers; [ niols ];