[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v3 94/96] gnu: Add php-twig-twig.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v3 94/96] gnu: Add php-twig-twig. |
Date: |
Mon, 7 Oct 2024 02:00:29 +0200 |
* gnu/packages/php-xyz.scm (php-twig-twig): New variable.
Change-Id: I4f0f48269676a31ced17c4705eac239752ac9421
---
gnu/packages/php-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 6f10eb976e..a45eae341c 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2528,3 +2528,29 @@ (define-public php-theseer-tokenizer
(home-page "https://github.com/theseer/tokenizer")
(license license:bsd-3)))
+(define-public php-twig-twig
+ (package
+ (name "php-twig-twig")
+ (version "3.7.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/twigphp/Twig")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "16bf5n29j4pa98h35hnx14d6fch4f9va92vvm1j1l4n7gm63p3kl"))))
+ (build-system composer-build-system)
+ (inputs
+ (list php-symfony-polyfill-mbstring php-symfony-polyfill-ctype))
+ (native-inputs
+ (list php-phpunit-phpunit
+ php-symfony-phpunit-bridge
+ php-psr-container))
+ (synopsis "Template language for PHP")
+ (description
+ "This package provides a flexible template language for PHP.")
+ (home-page "https://twig.symfony.com")
+ (license license:bsd-3)))
+
--
2.46.0
- [bug#67902] [PATCH v3 74/96] gnu: Add php-symfony-process., (continued)
- [bug#67902] [PATCH v3 74/96] gnu: Add php-symfony-process., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 83/96] gnu: Add php-symfony-stopwatch., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 76/96] gnu: Add php-symfony-polyfill-ctype., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 80/96] gnu: Add php-symfony-polyfill-mbstring., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 86/96] gnu: Add php-symfony-uid., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 90/96] gnu: Add php-doctrine-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 95/96] gnu: Add php-webmozart-assert., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 92/96] gnu: Add php-doctrine-dbal., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 91/96] gnu: Add php-doctrine-annotations., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 93/96] gnu: Add php-theseer-tokenizer., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 94/96] gnu: Add php-twig-twig.,
Nicolas Graves <=
- [bug#67902] [PATCH v3 96/96] gnu: Add php-phpunit-phpunit., Nicolas Graves, 2024/10/06