mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/hare-ev: 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
44d3843234
commit
2bcc975125
@@ -2176,6 +2176,7 @@ menu "Other"
|
||||
source "package/gsl/Config.in"
|
||||
source "package/gtest/Config.in"
|
||||
source "package/gumbo-parser/Config.in"
|
||||
source "package/hare-ev/Config.in"
|
||||
source "package/highway/Config.in"
|
||||
source "package/jemalloc/Config.in"
|
||||
source "package/lapack/Config.in"
|
||||
|
||||
8
package/hare-ev/Config.in
Normal file
8
package/hare-ev/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_HARE_EV
|
||||
bool "hare-ev"
|
||||
depends on BR2_PACKAGE_HOST_HARE_TARGET_ARCH_SUPPORTS
|
||||
select BR2_PACKAGE_HOST_HARE
|
||||
help
|
||||
This package provides an event loop for Hare programs.
|
||||
|
||||
https://git.sr.ht/~sircmpwn/hare-ev
|
||||
3
package/hare-ev/hare-ev.hash
Normal file
3
package/hare-ev/hare-ev.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 c80dc647f3a227259c05dab3b42b4cdfee44c68acd8e7cf31245807a8fa79188 hare-ev-0.26.0.0-git4.tar.gz
|
||||
sha256 be782a711236b742d7231a4a9a15ca781013e61dead0d6908105fbc2cb38a317 COPYING
|
||||
14
package/hare-ev/hare-ev.mk
Normal file
14
package/hare-ev/hare-ev.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# hare-ev
|
||||
#
|
||||
################################################################################
|
||||
|
||||
HARE_EV_VERSION = 0.26.0.0
|
||||
HARE_EV_SITE_METHOD = git
|
||||
HARE_EV_SITE = https://git.sr.ht/~sircmpwn/hare-ev
|
||||
HARE_EV_LICENSE = MPL-2.0
|
||||
HARE_EV_LICENSE_FILES = COPYING
|
||||
HARE_EV_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(hare-package))
|
||||
Reference in New Issue
Block a user