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:
6
package/perl-json-tiny/Config.in
Normal file
6
package/perl-json-tiny/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_JSON_TINY
|
||||
bool "perl-json-tiny"
|
||||
help
|
||||
Minimalistic JSON. No dependencies.
|
||||
|
||||
https://metacpan.org/release/JSON-Tiny
|
6
package/perl-json-tiny/perl-json-tiny.hash
Normal file
6
package/perl-json-tiny/perl-json-tiny.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 aa006882222e17a94295b3a655aab91b JSON-Tiny-0.58.tar.gz
|
||||
sha256 ad42e9137f5148df7fdb22aa52186b306032977bcd70d49f44a288070e4f0f23 JSON-Tiny-0.58.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a LICENSE
|
14
package/perl-json-tiny/perl-json-tiny.mk
Normal file
14
package/perl-json-tiny/perl-json-tiny.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-json-tiny
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_JSON_TINY_VERSION = 0.58
|
||||
PERL_JSON_TINY_SOURCE = JSON-Tiny-$(PERL_JSON_TINY_VERSION).tar.gz
|
||||
PERL_JSON_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAVIDO
|
||||
PERL_JSON_TINY_LICENSE = Artistic-2.0
|
||||
PERL_JSON_TINY_LICENSE_FILES = LICENSE
|
||||
PERL_JSON_TINY_DISTNAME = JSON-Tiny
|
||||
|
||||
$(eval $(perl-package))
|
Reference in New Issue
Block a user