[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v3 30/96] gnu: Add php-phpunit-php-text-template.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v3 30/96] gnu: Add php-phpunit-php-text-template. |
Date: |
Mon, 7 Oct 2024 01:59:25 +0200 |
* gnu/packages/php-xyz.scm (php-phpunit-php-text-template): New variable.
Change-Id: Iadf473821625474fa375f9845d40af4d57e37773
---
gnu/packages/php-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 4544a0904c..0abc8e4278 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -779,3 +779,24 @@ (define-public php-phpunit-php-timer
(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 v3 17/96] gnu: Add php-myclabs-deep-copy., (continued)
- [bug#67902] [PATCH v3 17/96] gnu: Add php-myclabs-deep-copy., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 28/96] gnu: Add php-phpunit-php-invoker., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 27/96] gnu: Add php-phpunit-php-file-iterator., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 29/96] gnu: Add php-phpunit-php-timer., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 37/96] gnu: Add php-psr-event-dispatcher., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 32/96] gnu: Add php-predis-predis., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 31/96] gnu: Add php-phpunit-php-token-stream., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 34/96] gnu: Add php-psr-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 36/96] gnu: Add php-psr-container., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 33/96] gnu: Add php-psr-log., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 30/96] gnu: Add php-phpunit-php-text-template.,
Nicolas Graves <=
- [bug#67902] [PATCH v3 35/96] gnu: Add php-psr-cache-1., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 40/96] gnu: Add php-sebastian-code-unit., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 38/96] gnu: Add php-psr-simple-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 39/96] gnu: Add php-sebastian-cli-parser., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 41/96] gnu: Add php-sebastian-code-unit-reverse-lookup., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 43/96] gnu: Add php-sebastian-complexity., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 42/96] gnu: Add php-sebastian-comparator., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 49/96] gnu: Add php-sebastian-object-enumerator., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 46/96] gnu: Add php-sebastian-exporter., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 44/96] gnu: Add php-sebastian-diff., Nicolas Graves, 2024/10/06