aboutsummaryrefslogblamecommitdiff
path: root/default.nix
blob: fe90a0a0d224ff3f2f8c4a350ef2b990ecb84ec5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
         

                  

                                                       
                                                           



                                                                                
                                                                        

        
                                            












                                                                  
                                                
                           
                        


                          
                                                                                
                                                                        
        
 
                                            
 
                     









                                                                  
      
                                                    
                        
                                                           
 
                          
             
                                                                                
                                                                        
        
 
                                            
 
                     









                                                                  
      

                                                    
                                                           



                                                                                
                                                                        

        
                                            













                                                                  
                                             
                        
                        


                          
                                                                                
                                                                        
        
 
                                            

                                            
                     









                                                                  
      
    
 
{ pkgs }:
self: super: {
  xyz-euandreh = {
    remembering-latest = pkgs.stdenv.mkDerivation rec {
      name = "remembering";
      version = "9f8c8ec2fd97036a404d47178e4164b03ffc68c3";

      src = fetchTarball {
        url =
          "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz";
        sha256 = "1gf22r9may9vmzwrffjnfbnv9apvgyh554k5srnbmm1afsi1ya8v";
      };

      makeFlags = [ "CC=cc" "PREFIX=$out" ];

      doCheck = true;

      meta = with pkgs.lib; {
        description = readFile "${src}/description";
        longDescription = readFile "${src}/long-description";
        homepage = "https://${name}.euandreh.xyz";
        changelog = "https://${name}.euandreh.xyz/CHANGELOG.html";
        downloadPage = "https://${name}.euandreh.xyz/#releases";
        license = licenses.agpl3;
        platforms = platforms.unix;
      };
    };
    remembering = pkgs.stdenv.mkDerivation rec {
      name = "remembering";
      version = "0.2.1";

      src = fetchTarball {
        url =
          "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz";
        sha256 = "15lxlhxllgmw1ampf36g4sr1gfd6vr257l4jw0z5457z2jvis9yg";
      };

      makeFlags = [ "CC=cc" "PREFIX=$out" ];

      doCheck = true;

      meta = with pkgs.lib; {
        description = readFile "${src}/description";
        longDescription = readFile "${src}/long-description";
        homepage = "https://${name}.euandreh.xyz";
        changelog = "https://${name}.euandreh.xyz/CHANGELOG.html";
        downloadPage = "https://${name}.euandreh.xyz/#releases";
        license = licenses.agpl3;
        platforms = platforms.unix;
      };
    };
    autoqemu-latest = pkgs.stdenv.mkDerivation rec {
      name = "autoqemu";
      version = "ece754c806172a8c0d5904a533f6a173dca1e295";

      src = fetchTarball {
        url =
          "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz";
        sha256 = "148jiqd3sqnd93bm5pbk659w5biklqw2wvi1fqpjzd13h6zscrr9";
      };

      makeFlags = [ "CC=cc" "PREFIX=$out" ];

      doCheck = true;

      meta = with pkgs.lib; {
        description = readFile "${src}/description";
        longDescription = readFile "${src}/long-description";
        homepage = "https://${name}.euandreh.xyz";
        changelog = "https://${name}.euandreh.xyz/CHANGELOG.html";
        downloadPage = "https://${name}.euandreh.xyz/#releases";
        license = licenses.agpl3;
        platforms = platforms.unix;
      };
    };
    fallible-latest = pkgs.stdenv.mkDerivation rec {
      name = "fallible";
      version = "5c61f64e625f4f299507cb6f3b1a4dc611495f88";

      src = fetchTarball {
        url =
          "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz";
        sha256 = "14pin8fdjwhr4wpbfhmcmz46y6z4ail39c6z8b514x0wab19j9j8";
      };

      makeFlags = [ "CC=cc" "PREFIX=$out" ];

      checkInputs = with pkgs; [ valgrind ];
      doCheck = true;

      meta = with pkgs.lib; {
        description = readFile "${src}/description";
        longDescription = readFile "${src}/long-description";
        homepage = "https://${name}.euandreh.xyz";
        changelog = "https://${name}.euandreh.xyz/CHANGELOG.html";
        downloadPage = "https://${name}.euandreh.xyz/#releases";
        license = licenses.agpl3;
        platforms = platforms.unix;
      };
    };
    fallible = pkgs.stdenv.mkDerivation rec {
      name = "fallible";
      version = "0.2.1";

      src = fetchTarball {
        url =
          "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz";
        sha256 = "14pin8fdjwhr4wpbfhmcmz46y6z4ail39c6z8b514x0wab19j9j8";
      };

      makeFlags = [ "CC=cc" "PREFIX=$out" ];

      checkInputs = with pkgs; [ valgrind ];
      doCheck = true;

      meta = with pkgs.lib; {
        description = readFile "${src}/description";
        longDescription = readFile "${src}/long-description";
        homepage = "https://${name}.euandreh.xyz";
        changelog = "https://${name}.euandreh.xyz/CHANGELOG.html";
        downloadPage = "https://${name}.euandreh.xyz/#releases";
        license = licenses.agpl3;
        platforms = platforms.unix;
      };
    };
  };
}