buildroot/package/erlang-p1-oauth2/erlang-p1-oauth2.mk
Johan Oudinet 02e6bec0ff erlang-p1-oauth2: Bump to version 0.6.2
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2018-01-17 22:32:56 +01:00

14 lines
444 B
Makefile

################################################################################
#
# erlang-p1-oauth2
#
################################################################################
ERLANG_P1_OAUTH2_VERSION = 0.6.2
ERLANG_P1_OAUTH2_SITE = $(call github,processone,p1_oauth2,$(ERLANG_P1_OAUTH2_VERSION))
ERLANG_P1_OAUTH2_LICENSE = MIT
ERLANG_P1_OAUTH2_LICENSE_FILES = LICENSE
ERLANG_P1_OAUTH2_INSTALL_STAGING = YES
$(eval $(rebar-package))