mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
ansifilter: 2.14 -> 2.15
* ansifilter: 2.14 -> 2.15 (#74116) * ansifilter: add meta.homepage + refresh meta.license (now GPL3)
This commit is contained in:
parent
37a5e217a9
commit
69df50d677
@ -2,18 +2,20 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ansifilter";
|
||||
version = "2.14";
|
||||
version = "2.15";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.andre-simon.de/zip/ansifilter-${version}.tar.bz2";
|
||||
sha256 = "1bwp8zmxykfxr3mz1fgvnwqbyix4qpjlha3y479jdchq4y8y7vp2";
|
||||
|
||||
sha256 = "07x1lha6xkfn5sr2f45ynk1fxmzc3qr4axxm0hip4adqygx2zsky";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ boost lua ];
|
||||
|
||||
makeFlags = "PREFIX=$(out) conf_dir=/etc/ansifilter";
|
||||
makeFlags = [
|
||||
"PREFIX=${placeholder "out"}"
|
||||
"conf_dir=/etc/ansifilter"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tool to convert ANSI to other formats";
|
||||
@ -21,10 +23,9 @@ stdenv.mkDerivation rec {
|
||||
Tool to remove ANSI or convert them to another format
|
||||
(HTML, TeX, LaTeX, RTF, Pango or BBCode)
|
||||
'';
|
||||
|
||||
license = licenses.gpl1;
|
||||
homepage = "http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.Adjective-Object ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user