mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 12:30:34 -09:00
package/hare-xml: new package
Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
2bcc975125
commit
d5b1b7b1b6
@@ -1890,6 +1890,7 @@ menu "JSON/XML"
|
||||
source "package/benejson/Config.in"
|
||||
source "package/cjson/Config.in"
|
||||
source "package/expat/Config.in"
|
||||
source "package/hare-xml/Config.in"
|
||||
source "package/jansson/Config.in"
|
||||
source "package/jose/Config.in"
|
||||
source "package/jsmn/Config.in"
|
||||
|
||||
8
package/hare-xml/Config.in
Normal file
8
package/hare-xml/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_HARE_XML
|
||||
bool "hare-xml"
|
||||
depends on BR2_PACKAGE_HOST_HARE_TARGET_ARCH_SUPPORTS
|
||||
select BR2_PACKAGE_HOST_HARE
|
||||
help
|
||||
This package provides XML support for Hare.
|
||||
|
||||
https://git.sr.ht/~sircmpwn/hare-xml
|
||||
3
package/hare-xml/hare-xml.hash
Normal file
3
package/hare-xml/hare-xml.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 56703cc20f70878a02f37967385e9af3659733b31c91c5f34cf819d235a20a28 hare-xml-0.25.2.0-git4.tar.gz
|
||||
sha256 be782a711236b742d7231a4a9a15ca781013e61dead0d6908105fbc2cb38a317 COPYING
|
||||
14
package/hare-xml/hare-xml.mk
Normal file
14
package/hare-xml/hare-xml.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# hare-xml
|
||||
#
|
||||
################################################################################
|
||||
|
||||
HARE_XML_VERSION = 0.25.2.0
|
||||
HARE_XML_SITE_METHOD = git
|
||||
HARE_XML_SITE = https://git.sr.ht/~sircmpwn/hare-xml
|
||||
HARE_XML_LICENSE = MPL-2.0
|
||||
HARE_XML_LICENSE_FILES = COPYING
|
||||
HARE_XML_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(hare-package))
|
||||
Reference in New Issue
Block a user