mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
grc: 1.10.1 -> 1.11
This commit is contained in:
parent
9d3c118320
commit
4639e68fd1
@ -2,18 +2,20 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "grc-${version}";
|
||||
version = "1.10.1";
|
||||
version = "1.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "garabik";
|
||||
repo = "grc";
|
||||
rev = "v${version}";
|
||||
sha256 = "1c2ndnbyznb608h3s99fbcyh4qb1ccipxm15lyszrrks0w2llbah";
|
||||
sha256 = "0slxkjg8xf5rg5pqgh4g2p1qxr5m9f6ds7zg7vh2xqzkmwqv18kp";
|
||||
};
|
||||
|
||||
buildInputs = with python3Packages; [ wrapPython makeWrapper ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
./install.sh "$out" "$out"
|
||||
|
||||
for f in $out/bin/* ; do
|
||||
@ -25,13 +27,15 @@ stdenv.mkDerivation rec {
|
||||
wrapProgram $f \
|
||||
--prefix PATH : $out/bin
|
||||
done
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Yet another colouriser for beautifying your logfiles or output of commands";
|
||||
homepage = http://korpus.juls.savba.sk/~garabik/software/grc.html;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ lovek323 AndersonTorres ];
|
||||
maintainers = with maintainers; [ lovek323 AndersonTorres peterhoeg ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user