jo: remove pandoc dependency

This is only used to regenerate manpages and is not needed for
a release as jo.1 and jo.md are in sync.

By introducing pandoc this breaks build on every platform that
does not have ghc available.
This commit is contained in:
q66 2020-06-01 18:12:51 +02:00
parent 12428e8663
commit a79ded1977

View file

@ -1,9 +1,9 @@
# Template file for 'jo'
pkgname=jo
version=1.3
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="automake pandoc pkg-config"
hostmakedepends="automake pkg-config"
short_desc="Small utility to create JSON objects"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="GPL-2.0-or-later"