void-packages/srcpkgs/MultiMarkdown/template
2020-01-11 15:17:59 +01:00

23 lines
746 B
Bash

# Template file for 'MultiMarkdown'
pkgname=MultiMarkdown
version=6.5.1
revision=1
wrksrc="$pkgname-6-$version"
build_style=cmake
hostmakedepends="perl"
makedepends="libcurl-devel"
short_desc="Superset of the Markdown syntax"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="http://fletcherpenney.net/multimarkdown/"
distfiles="https://github.com/fletcher/MultiMarkdown-6/archive/${version}.tar.gz"
checksum=e8710777566d7710100b44e829a15d0ec2fce20271477aebea7caac319e1b20f
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
}