GNU bug report logs -
#67902
[PATCH 00/95] PHP package chain.
Previous Next
Full log
Message #119 received at 67902 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/php-xyz.scm (php-sebastian-cli-parser): New variable.
Change-Id: I5b03444eccee5ab2719e39cd0b231fbf632c4428
---
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 8bccc9e04b..5c1024674b 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -980,3 +980,25 @@ (define-public php-psr-simple-cache
(home-page "https://github.com/php-fig/simple-cache")
(license license:expat)))
+(define-public php-sebastian-cli-parser
+ (package
+ (name "php-sebastian-cli-parser")
+ (version "2.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sebastianbergmann/cli-parser")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "08fhain1fwhnhvv0546pszm907g56gqi37pn39dlq1rs6vxsnqd7"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "Parse CLI options in PHP")
+ (description "This package provides a PHP library for parsing command-line
+options.")
+ (home-page "https://github.com/sebastianbergmann/cli-parser")
+ (license license:bsd-3)))
+
--
2.41.0
This bug report was last modified 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.