8 snapshot = "20240601172844";
15 # Use externally archived download URL because
16 # upstream does not provide stable URLs for versioned releases
17 url = "https://web.archive.org/web/${snapshot}/https://www.mothersruin.com/software/downloads/Apparency.dmg";
18 hash = "sha256-XKxWxqfxy9AQneILLrN9XqLt4/k2N8yumZ5mrSvczFk=";
21 nativeBuildInputs = [ undmg ];
23 sourceRoot = "Apparency.app";
28 mkdir -p $out/Applications/Apparency.app $out/bin
29 cp -R . $out/Applications/Apparency.app
30 ln -s ../Applications/Apparency.app/Contents/MacOS/appy $out/bin
36 description = "App That Opens Apps";
37 homepage = "https://www.mothersruin.com/software/Apparency/";
38 license = lib.licenses.unfreeRedistributable;
41 platforms = lib.platforms.darwin;
42 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];