1 {fetchFromGitHub, lib, stdenv}:
5 version = "2018-06-18";
7 src = fetchFromGitHub {
10 rev = "354f661e40b358c5916c06957bd6b2c65426f452";
11 hash = "sha256-V7rQOy+s9Lzdc+RTA2QGPfyavw4De/qQ+tWrzYtO2qA=";
17 install -Dm555 git-cache $out/bin/git-cache
21 homepage = "https://github.com/Seb35/git-cache";
22 license = licenses.wtfpl;
23 description = "Program to add and manage a system-wide or user-wide cache for remote git repositories";
24 mainProgram = "git-cache";
25 platforms = platforms.unix;
26 maintainers = with maintainers; [ maxhearnden ];