depot/pkgs/by-name/al/alephone-pathways-into-darkness/package.nix
Luke Granger-Brown 57725ef3ec Squashed 'third_party/nixpkgs/' content from commit 76612b17c0ce
git-subtree-dir: third_party/nixpkgs
git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
2024-11-10 23:59:47 +00:00

19 lines
526 B
Nix

{ alephone, fetchurl }:
alephone.makeWrapper rec {
pname = "pathways-into-darkness";
desktopName = "Pathways-Into-Darkness";
version = "1.1.1";
zip = fetchurl {
url = "http://simplici7y.com/version/file/1185/AOPID_v1.1.1.zip";
hash = "sha256-j/x1Mp2snZAwttaffuaTU8II/zcrm4+4PrrYwpnsA3U=";
};
meta = {
description = ''
Port of the 1993 mac game "Pathways Into Darkness" by Bungie to the Aleph One engine'';
homepage = "http://simplici7y.com/items/aleph-one-pathways-into-darkness";
};
}