1{ lib, fetchFromGitHub, ... }:
2
3{
4 pname = "gerbil-utils";
5 version = "unstable-2023-12-06";
6 git-version = "0.4-13-g9398865";
7 softwareName = "Gerbil-utils";
8 gerbil-package = "clan";
9 version-path = "version";
10
11 pre-src = {
12 fun = fetchFromGitHub;
13 owner = "mighty-gerbils";
14 repo = "gerbil-utils";
15 rev = "939886579508ff34b58a0d65bbb7d666125d0551";
16 sha256 = "0dga03qq7iy12bnpxr6d40qhvihsvn3y87psf2w2clnpypjb3blx";
17 };
18
19 meta = with lib; {
20 description = "Gerbil Clan: Community curated Collection of Common Utilities";
21 homepage = "https://github.com/fare/gerbil-utils";
22 license = licenses.lgpl21;
23 platforms = platforms.unix;
24 maintainers = with maintainers; [ fare ];
25 };
26}