1 { lib, stdenv, fetchgit, ncurses, portmidi }:
5 version = "git-2021-02-13";
8 url = "https://git.sr.ht/~rabbits/orca";
9 rev = "5ba56ca67baae3db140f8b7a2b2fc46bbac5602f";
10 sha256 = "sha256-bbIH0kyHRTcMGXV3WdBQIH1br0FyIzKKL88wqpGZ0NY=";
13 buildInputs = [ ncurses portmidi ];
21 install build/orca $out/bin/orca
25 description = "An esoteric programming language designed to quickly create procedural sequencers";
26 homepage = "https://git.sr.ht/~rabbits/orca";
27 license = licenses.mit;
28 platforms = platforms.all;
29 maintainers = with maintainers; [ netcrns ];