mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
8
package/perl-package-stash/Config.in
Normal file
8
package/perl-package-stash/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PERL_PACKAGE_STASH
|
||||
bool "perl-package-stash"
|
||||
select BR2_PACKAGE_PERL_DIST_CHECKCONFLICTS # runtime
|
||||
select BR2_PACKAGE_PERL_MODULE_IMPLEMENTATION # runtime
|
||||
help
|
||||
routines for manipulating stashes.
|
||||
|
||||
http://metacpan.org/release/Package-Stash
|
||||
6
package/perl-package-stash/perl-package-stash.hash
Normal file
6
package/perl-package-stash/perl-package-stash.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 dc2d802eea2cb0b52ed9c4dd178761dd Package-Stash-0.38.tar.gz
|
||||
sha256 c58ee8844df2dda38e3bf66fdf443439aaefaef1a33940edf2055f0afd223a7f Package-Stash-0.38.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 13aab710649bae5a8bbb1ae725587ece773bf390537dba2da71247bd937d54b4 LICENSE
|
||||
14
package/perl-package-stash/perl-package-stash.mk
Normal file
14
package/perl-package-stash/perl-package-stash.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-package-stash
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_PACKAGE_STASH_VERSION = 0.38
|
||||
PERL_PACKAGE_STASH_SOURCE = Package-Stash-$(PERL_PACKAGE_STASH_VERSION).tar.gz
|
||||
PERL_PACKAGE_STASH_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
|
||||
PERL_PACKAGE_STASH_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_PACKAGE_STASH_LICENSE_FILES = LICENSE
|
||||
PERL_PACKAGE_STASH_DISTNAME = Package-Stash
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user