mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
394 B
Makefile
15 lines
394 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|