mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
clearsilver: add description + homepage
This commit is contained in:
parent
4a5cf73caa
commit
ce4c20165b
@ -1,12 +1,19 @@
|
||||
{stdenv, fetchurl, python}:
|
||||
{ stdenv, fetchurl, python }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "clearsilver-0.10.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.clearsilver.net/downloads/clearsilver-0.10.3.tar.gz;
|
||||
md5 = "ff4104b0e58bca1b61d528edbd902769";
|
||||
};
|
||||
|
||||
builder = ./builder.sh;
|
||||
|
||||
inherit stdenv python;
|
||||
|
||||
meta = {
|
||||
description = "Fast, powerful, and language-neutral HTML template system";
|
||||
homepage = http://www.clearsilver.net/;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user