aboutsummaryrefslogtreecommitdiff
path: root/default.nix
blob: 3f9db4df6b276407466fe3e6d8a3fee6b2690c66 (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
{ pkgs }:
self: super: {
  org-euandre = rec {
    git-permalink-0-1-0 = pkgs.stdenv.mkDerivation rec {
      name = "git-permalink";
      version = "v0.1.0";

      src = fetchTarball {
        url =
          "https://euandre.org/git/git-permalink/snapshot/git-permalink-v0.1.0.tar.xz";
        sha256 = "1jb0rgcj5b4bkm5gds3l0dymf3gd644r2njmirs9345vf54if45y";
      };

      nativeBuildInputs = with pkgs; [
      ];

      buildInputs = with pkgs; [
      ];

      makeFlags = [ "PREFIX=$(out)" ];

      doCheck = true;
      enableParallelBuilding = true;

      meta = with pkgs.lib; {
        description = "Git extension to generate web permalinks of files in a repository";
        longDescription = ''
          It knows about many of the existing code forges, but allows for URL
          template overrides to be used on custom domains or deployments via git
          config.
        '';
        homepage = "https://euandre.org/s/git-permalink/";
        changelog = "https://euandre.org/s/git-permalink/CHANGELOG.html";
        downloadPage = "https://euandre.org/s/git-permalink/#releases";
        license = licenses.agpl3Plus;
        platforms = platforms.unix;
      };
    };
    git-permalink-0-2-0 = pkgs.stdenv.mkDerivation rec {
      name = "git-permalink";
      version = "v0.2.0";

      src = fetchTarball {
        url =
          "https://euandre.org/git/git-permalink/snapshot/git-permalink-v0.2.0.tar.xz";
        sha256 = "1bzx4gdfc87jfshaqifxpc3llp2j98wkzjjslzwbrqn59jzakxc9";
      };

      nativeBuildInputs = with pkgs; [
      ];

      buildInputs = with pkgs; [
      ];

      makeFlags = [ "PREFIX=$(out)" ];

      doCheck = true;
      enableParallelBuilding = true;

      meta = with pkgs.lib; {
        description = "Git extension to generate web permalinks of files in a repository";
        longDescription = ''
          It knows about many of the existing code forges, but allows for URL
          template overrides to be used on custom domains or deployments via git
          config.
        '';
        homepage = "https://euandre.org/s/git-permalink/";
        changelog = "https://euandre.org/s/git-permalink/CHANGELOG.html";
        downloadPage = "https://euandre.org/s/git-permalink/#releases";
        license = licenses.agpl3Plus;
        platforms = platforms.unix;
      };
    };
    remembering-0-1-2 = pkgs.stdenv.mkDerivation rec {
      name = "remembering";
      version = "v0.1.2";

      src = fetchTarball {
        url =
          "https://euandre.org/git/remembering/snapshot/remembering-v0.1.2.tar.xz";
        sha256 = "1mrkyfcgz77hw7mpgqrnsaws9qng2awf8flslzf1s1gikk3zljns";
      };

      nativeBuildInputs = with pkgs; [
      ];

      buildInputs = with pkgs; [
      ];

      makeFlags = [ "PREFIX=$(out)" ];

      doCheck = true;
      enableParallelBuilding = true;

      meta = with pkgs.lib; {
        description = "Add memory to dmenu, fzf and similar tools";
        longDescription = ''
          It can wrap such tools to accumulate preferences over time, and
          re-arrange the input according to common picks.
        '';
        homepage = "https://euandre.org/s/remembering/";
        changelog = "https://euandre.org/s/remembering/CHANGELOG.html";
        downloadPage = "https://euandre.org/s/remembering/#releases";
        license = licenses.agpl3Plus;
        platforms = platforms.unix;
      };
    };
    td = pkgs.stdenv.mkDerivation rec {
      name = "td";
      version = "4a8a7a2662c94b2581f587e9a4b81feba4f5e7d8";

      src = fetchTarball {
        url =
          "https://euandre.org/git/td/snapshot/td-4a8a7a2662c94b2581f587e9a4b81feba4f5e7d8.tar.xz";
        sha256 = "1xqr2vc270jydk508pbkhcchmbg74w4bf83ch2d85nqja14r64n9";
      };

      nativeBuildInputs = with pkgs; [
      ];

      buildInputs = with pkgs; [
      ];

      makeFlags = [ "PREFIX=$(out)" ];

      doCheck = true;
      enableParallelBuilding = true;

      meta = with pkgs.lib; {
        description = "Minimalistic bug tracker CLI";
        longDescription = ''
          Create and maintain a TODOs.md files as a bug database.

          It is a tool for distributed, offline issue tracking, reified as a simple text
          file in the repository.
        '';
        homepage = "https://euandre.org/s/td/";
        changelog = "https://euandre.org/s/td/CHANGELOG.html";
        downloadPage = "https://euandre.org/s/td/#releases";
        license = licenses.agpl3Plus;
        platforms = platforms.unix;
      };
    };
    guile-heredoc = pkgs.stdenv.mkDerivation rec {
      name = "guile-heredoc";
      version = "065435cdce609604e33b879b9be3e81ab89f3e7b";

      src = fetchTarball {
        url =
          "https://euandre.org/git/guile-heredoc/snapshot/guile-heredoc-065435cdce609604e33b879b9be3e81ab89f3e7b.tar.xz";
        sha256 = "179qq17mgi4kakhj9w1dk26afljh5yad4j9ih9d8wms70x6h211m";
      };

      nativeBuildInputs = with pkgs; [
        texinfo
      ];

      buildInputs = with pkgs; [
        guile
      ];

      makeFlags = [ "PREFIX=$(out)" ];

      doCheck = true;
      enableParallelBuilding = true;

      meta = with pkgs.lib; {
        description = "Guile heredoc syntax";
        longDescription = ''
          Guile heredoc syntax long.
        '';
        homepage = "https://euandre.org/s/guile-heredoc/";
        changelog = "https://euandre.org/s/guile-heredoc/CHANGELOG.html";
        downloadPage = "https://euandre.org/s/guile-heredoc/#releases";
        license = licenses.agpl3Plus;
        platforms = platforms.unix;
      };
    };
  };
}