Commit ad32426b authored by Emery Hemingway's avatar Emery Hemingway
Browse files

av-98: init at 1.0.2dev

parent 70c2c306
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
{ lib, python3Packages, fetchgit }:

python3Packages.buildPythonApplication rec {
  pname = "av-98";
  version = "1.0.2dev";

  src = fetchgit {
    url = "https://tildegit.org/solderpunk/AV-98.git";
    rev = "96cf8e13fe5714c8cdc754f51eef9f0293b8ca1f";
    sha256 = "09iskh33hl5aaif763j1fmbz7yvf0yqsxycfd41scj7vbwdsbxl0";
  };

  propagatedBuildInputs = with python3Packages; [ ansiwrap cryptography ];

  meta = with lib; {
    homepage = "https://tildegit.org/solderpunk/AV-98";
    description = "Experimental console client for the Gemini protocol";
    license = licenses.bsd2;
    maintainers = with maintainers; [ ehmry ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -18831,6 +18831,8 @@ in
  autotrace = callPackage ../applications/graphics/autotrace {};
  av-98 = callPackage ../applications/networking/browsers/av-98 { };
  avocode = callPackage ../applications/graphics/avocode {};
  azpainter = callPackage ../applications/graphics/azpainter { };