guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67902] [PATCH v5 27/54] gnu: Add php-phpunit-php-text-template.


From: Nicolas Graves
Subject: [bug#67902] [PATCH v5 27/54] gnu: Add php-phpunit-php-text-template.
Date: Fri, 18 Oct 2024 01:05:50 +0200

* gnu/packages/php-bootstrap.scm (php-phpunit-php-text-template): New variable.
---
 gnu/packages/php-bootstrap.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/php-bootstrap.scm b/gnu/packages/php-bootstrap.scm
index 006cd88955..7d53989dca 100644
--- a/gnu/packages/php-bootstrap.scm
+++ b/gnu/packages/php-bootstrap.scm
@@ -683,3 +683,24 @@ (define-public php-phpunit-php-timer
 of PHPUnit.  It provides a utility class for timing.")
     (home-page "https://github.com/sebastianbergmann/php-timer/";)
     (license license:bsd-3)))
+
+(define-public php-phpunit-php-text-template
+  (package
+    (name "php-phpunit-php-text-template")
+    (version "3.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/sebastianbergmann/php-text-template";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0q7wpi398sxwrzx7gsakk7vg2v9wv62bglbnd4w9m7svksriwn4a"))))
+    (build-system composer-build-system)
+    (native-inputs
+     (list php-phpunit-phpunit))
+    (synopsis "Simple template engine")
+    (description "This package contains a library for a simple templating 
engine.")
+    (home-page "https://github.com/sebastianbergmann/php-text-template/";)
+    (license license:bsd-3)))
-- 
2.46.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]