a68fae11d9
Update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
422 B
Makefile
15 lines
422 B
Makefile
################################################################################
|
|
#
|
|
# jo
|
|
#
|
|
################################################################################
|
|
|
|
JO_VERSION = 1.4
|
|
JO_SITE = https://github.com/jpmens/jo/releases/download/$(JO_VERSION)
|
|
JO_LICENSE = MIT (json.[ch]), GPL-2.0+ (rest)
|
|
JO_LICENSE_FILES = COPYING
|
|
# don't build man pages
|
|
JO_CONF_ENV = ac_cv_path_PANDOC=''
|
|
|
|
$(eval $(autotools-package))
|