bcat: init at 0.6.2 (#31813)

This commit is contained in:
jraygauthier
2017-11-19 15:21:28 +00:00
committed by Jörg Thalheim
parent a4d7b6ad91
commit cfd3e8f48f
5 changed files with 53 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{ lib, bundlerApp }:
bundlerApp {
pname = "bcat";
gemdir = ./.;
exes = [ "bcat" "btee" "a2h" ];
meta = with lib; {
description = "Pipe to browser utility";
homepage = http://rtomayko.github.com/bcat/;
license = licenses.mit;
maintainers = [ maintainers.jraygauthier ];
platforms = platforms.unix;
};
}