1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0rq80ba2krwzvcg4r2g1al88453c7lz6ziri2s1ygv8inp9r775s";
15 mkdir -p $out/share/pkgconfig
17 substitute ${./clipp.pc} $out/share/pkgconfig/clipp.pc \
24 description = "Easy to use, powerful and expressive command line argument handling for C++11/14/17";
25 homepage = "https://github.com/muellan/clipp";
26 license = licenses.mit;
27 maintainers = with maintainers; [ xbreak ];
28 platforms = with platforms; all;