7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 sha256 = "1102r39xw17kip7mjp987jy8na333gw9vxv31f7v8q05cr7d7kfb";
19 install -Dm755 fiche -t $out/bin
25 description = "Command line pastebin for sharing terminal output";
27 Fiche is a command line pastebin server for sharing terminal output.
28 It can be used without any graphical tools from a TTY and has minimal requirements.
29 A live instance can be found at https://termbin.com.
32 echo just testing! | nc termbin.com 9999
35 homepage = "https://github.com/solusipse/fiche";
36 changelog = "https://github.com/solusipse/fiche/releases/tag/${version}";
37 license = licenses.mit;
38 maintainers = [ maintainers.pinpox ];
39 platforms = platforms.all;
40 mainProgram = "fiche";