1 { lib, stdenv, fetchFromGitHub, ... }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-9a9OC18jyFpmFXffYOYHZ0j01j4NCF5zwrSYr1fZwqo=";
20 description = "Smarty 3 template engine";
22 Smarty is a template engine for PHP, facilitating the
23 separation of presentation (HTML/CSS) from application
24 logic. This implies that PHP code is application
25 logic, and is separated from the presentation.
27 homepage = "https://www.smarty.net";
28 license = licenses.lgpl21Plus;
29 maintainers = with maintainers; [ das_j ];