# Template file for 'MultiMarkdown' pkgname=MultiMarkdown version=6.5.2 revision=1 wrksrc="$pkgname-6-$version" build_style=cmake hostmakedepends="perl" makedepends="libcurl-devel" short_desc="Superset of the Markdown syntax" maintainer="Enno Boland " license="MIT" homepage="http://fletcherpenney.net/multimarkdown/" distfiles="https://github.com/fletcher/MultiMarkdown-6/archive/${version}.tar.gz" checksum=97e9bb25e8eb151f178fd34212852f5d40d8fd01b317e718fded11603fafb773 post_install() { # TODO: markdown alternatives mv ${DESTDIR}/usr/bin/markdown ${DESTDIR}/usr/bin/multimarkdown-markdown # Avoid conflict with mtools mv ${DESTDIR}/usr/bin/mmd ${DESTDIR}/usr/bin/multimarkdown-mmd vlicense LICENSE.txt LICENSE }