14 version = "${date}.${rev}";
16 # upstream provides tarballs but it seems they disappear after the next version is released
18 url = "https://git.tartarus.org/simon/agedu.git";
20 hash = "sha256-ZU2bVVo//mAVtVtrKPQ20wZHip/AZPmlL2uaCBcc7rw=";
29 description = "Unix utility for tracking down wasted disk space";
31 Most Unix file systems, in their default mode, helpfully record when a
32 file was last accessed. So if you generated a large amount of data years
33 ago, forgot to clean it up, and have never used it since, then it ought
34 in principle to be possible to use those last-access time stamps to tell
35 the difference between that and a large amount of data you're still
38 agedu uses this information to tell you which files waste disk space when
39 you haven't used them since a long time.
41 homepage = "https://www.chiark.greenend.org.uk/~sgtatham/agedu/";
42 license = licenses.mit;
43 maintainers = with maintainers; [ symphorien ];
44 platforms = platforms.unix;
45 mainProgram = "agedu";