[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
- [bug#67902] [PATCH v5 23/54] gnu: Add php-phpunit-php-code-coverage., (continued)
- [bug#67902] [PATCH v5 23/54] gnu: Add php-phpunit-php-code-coverage., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 28/54] gnu: Add php-phpunit-php-token-stream., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 29/54] gnu: Add php-psr-log., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 34/54] gnu: Add php-sebastian-cli-parser., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 47/54] gnu: Add php-sebastian-resource-operations., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 48/54] gnu: Add php-sebastian-type., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 16/54] gnu: Add php-phar-io-manifest., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 20/54] gnu: Add php-phpdocumentor-type-resolver., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 19/54] gnu: Add php-phpdocumentor-reflection-docblock., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 24/54] gnu: Add php-phpunit-php-file-iterator., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 27/54] gnu: Add php-phpunit-php-text-template.,
Nicolas Graves <=
- [bug#67902] [PATCH v5 26/54] gnu: Add php-phpunit-php-timer., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 32/54] gnu: Add php-psr-container., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 31/54] gnu: Add php-psr-cache-1., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 35/54] gnu: Add php-sebastian-code-unit., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 30/54] gnu: Add php-psr-cache., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 37/54] gnu: Add php-sebastian-comparator., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 36/54] gnu: Add php-sebastian-code-unit-reverse-lookup., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 39/54] gnu: Add php-sebastian-diff., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 42/54] gnu: Add php-sebastian-global-state., Nicolas Graves, 2024/10/17
- [bug#67902] [PATCH v5 33/54] gnu: Add php-psr-event-dispatcher., Nicolas Graves, 2024/10/17