1 { stdenv, lib, fetchFromGitHub }:
3 stdenv.mkDerivation (finalAttrs: {
7 src = fetchFromGitHub {
10 rev = "v${finalAttrs.version}";
11 hash = "sha256-/QvMQCmoocaXfDm3/c3IAPyfZqR6d7IiJ9UoFKZTpVI=";
17 cp *.c *.h $out/include
22 homepage = "https://github.com/Loadmaster/fpattern";
23 description = "Filename pattern matching library functions for DOS, Windows, and Unix";
24 license = licenses.mit;
25 maintainers = with maintainers; [ hughobrien ];
26 platforms = with platforms; linux;