[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 18/95] gnu: Add php-phar-io-manifest.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 18/95] gnu: Add php-phar-io-manifest. |
Date: |
Tue, 19 Dec 2023 14:56:59 +0100 |
* gnu/packages/php-xyz.scm (php-phar-io-manifest): New variable.
Change-Id: Idfb14ce342d8e8593fafe5a97f37bcba0779dda7
---
gnu/packages/php-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index e750504485..5414e34266 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -495,3 +495,25 @@ (define-public php-nikic-php-parser
(home-page "https://github.com/nikic/PHP-Parser")
(license license:bsd-3)))
+(define-public php-phar-io-manifest
+ (package
+ (name "php-phar-io-manifest")
+ (version "2.0.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/phar-io/manifest")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "10bj0c38a988mwv0h8g7lk2npyghsf0bzbvys1msxlckjy7b1zww"))))
+ (build-system composer-build-system)
+ (inputs
+ (list php-phar-io-version))
+ (synopsis "PHP Archive information reader")
+ (description "This package contains a component for reading phar.io
manifest
+information from a PHP Archive (PHAR).")
+ (home-page "https://phar.io")
+ (license license:bsd-3)))
+
--
2.41.0
- [bug#67902] [PATCH 05/95] gnu: Add php-doctrine-common., (continued)
- [bug#67902] [PATCH 05/95] gnu: Add php-doctrine-common., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 07/95] gnu: Add php-doctrine-event-manager., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 10/95] gnu: Add php-doctrine-persistence., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 08/95] gnu: Add php-doctrine-instantiator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 06/95] gnu: Add php-doctrine-deprecations., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 09/95] gnu: Add php-doctrine-lexer., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 12/95] gnu: Add php-egulias-email-validator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 11/95] gnu: Add php-dms-phpunit-arraysubset-asserts., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 17/95] gnu: Add php-nikic-php-parser., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 14/95] gnu: Add php-hamcrest-hamcrest-php., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 18/95] gnu: Add php-phar-io-manifest.,
Nicolas Graves <=
- [bug#67902] [PATCH 13/95] gnu: Add php-fig-log-test., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 25/95] gnu: Add php-phpunit-php-code-coverage., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 20/95] gnu: Add php-phpdocumentor-reflection-common., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 28/95] gnu: Add php-phpunit-php-timer., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 19/95] gnu: Add php-phar-io-version., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 22/95] gnu: Add php-phpdocumentor-type-resolver., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 26/95] gnu: Add php-phpunit-php-file-iterator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 21/95] gnu: Add php-phpdocumentor-reflection-docblock., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 23/95] gnu: Add php-phpspec-prophecy., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 33/95] gnu: Add php-psr-cache., Nicolas Graves, 2023/12/19