aboutsummaryrefslogtreecommitdiff
path: root/default.nix
blob: be8b585afeebcfdecbccb74a605e5b10d4b0a9f8 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
{ pkgs }:
self: super: {
  xyz-euandreh = {
    td-latest = pkgs.stdenv.mkDerivation rec {
      name = "td";
      version = "707bb2080c35944b14da57f13310c4bad61259fe";

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

      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-latest = pkgs.stdenv.mkDerivation rec {
      name = "remembering";
      version = "5476f9fab45efd3996d50d8b9a1ff4e825d93f44";

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

      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;
      };
    };
    git-permalink-latest = pkgs.stdenv.mkDerivation rec {
      name = "git-permalink";
      version = "1fe660600ad142279f34112be15dad418fe6a785";

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

      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;
      };
    };
    git-permalink = pkgs.stdenv.mkDerivation rec {
      name = "git-permalink";
      version = "0.2.2";

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

      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 = "e676c0baedc09f34fbd07877dc3ab47e9427a221";

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

      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 = "76c74b3cf29bf9e7c62b328c2bcdcff534e5b663";

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

      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.3.0";

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

      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;
      };
    };
  };
}