joe: update from 3.7 to 4.0, add meta-information
This commit is contained in:
parent
e0cc3efca2
commit
59943d69f9
@ -1,14 +1,16 @@
|
|||||||
{ stdenv, fetchurl } :
|
{ stdenv, fetchurl } :
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "joe-3.7";
|
name = "joe-4.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/joe-editor/${name}.tar.gz";
|
url = "mirror://sourceforge/joe-editor/${name}.tar.gz";
|
||||||
sha256 = "0vqhffdjn3xwsfa383i6kdrpfwilq8b382ljjhy1v32smphmdr6a";
|
sha256 = "0599xp90idl3dkplz72p33d2rfg0hb5yd38rhqdvz5zxfzzssmn5";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
|
description = "A full featured terminal-based screen editor";
|
||||||
homepage = http://joe-editor.sourceforge.net;
|
homepage = http://joe-editor.sourceforge.net;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user