vp-build/srcpkgs/MultiMarkdown/template

23 lines
745 B
Bash
Raw Normal View History

2016-03-21 13:04:32 +01:00
# Template file for 'MultiMarkdown'
pkgname=MultiMarkdown
2018-09-02 02:35:13 +02:00
version=6.4.0
revision=1
2018-09-02 02:35:13 +02:00
wrksrc="$pkgname-6-$version"
2016-03-21 13:04:32 +01:00
build_style=cmake
2018-09-02 02:35:13 +02:00
hostmakedepends="perl"
makedepends="libcurl-devel"
short_desc="Superset of the Markdown syntax"
2016-03-21 13:04:32 +01:00
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT"
homepage="http://fletcherpenney.net/multimarkdown/"
2018-09-02 02:35:13 +02:00
distfiles="https://github.com/fletcher/MultiMarkdown-6/archive/${version}.tar.gz"
checksum=fa9daa089bc0f8bc1f69fd7365778d59210b446ce7008d03b87fb572df8ff5d3
2016-03-21 13:04:32 +01:00
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
2016-03-21 13:04:32 +01:00
}