mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add perl-module-build-withxspp.
* gnu/packages/perl.scm (perl-module-build-withxspp): New variable.
This commit is contained in:
parent
fb91c0600e
commit
9ebaab861f
1 changed files with 30 additions and 0 deletions
|
@ -5298,6 +5298,36 @@ (define-public perl-module-build-tiny
|
||||||
has less than 120, yet supports the features needed by most distributions.")
|
has less than 120, yet supports the features needed by most distributions.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-module-build-withxspp
|
||||||
|
(package
|
||||||
|
(name "perl-module-build-withxspp")
|
||||||
|
(version "0.14")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/S/SM/SMUELLER/Module-Build-WithXSpp-"
|
||||||
|
version
|
||||||
|
".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0d39fjg9c0n820bk3fb50vvlwhdny4hdl69xmlyzql5xzp4cicsk"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("perl-module-build" ,perl-module-build)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("perl-extutils-cppguess" ,perl-extutils-cppguess)
|
||||||
|
("perl-extutils-xspp" ,perl-extutils-xspp)
|
||||||
|
("perl-module-build" ,perl-module-build)))
|
||||||
|
(home-page
|
||||||
|
"https://metacpan.org/release/Module-Build-WithXSpp")
|
||||||
|
(synopsis
|
||||||
|
"The module provides an XS++ enhanced flavour of Module::Build")
|
||||||
|
(description "This subclass of Module::Build adds some tools and
|
||||||
|
processes to make it easier to use for wrapping C++ using XS++
|
||||||
|
(ExtUtils::XSpp).")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-module-build-xsutil
|
(define-public perl-module-build-xsutil
|
||||||
(package
|
(package
|
||||||
(name "perl-module-build-xsutil")
|
(name "perl-module-build-xsutil")
|
||||||
|
|
Loading…
Reference in a new issue