mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
MultiMarkdown: update to 6.4.0.
This commit is contained in:
parent
d29f73de20
commit
0557336e29
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'MultiMarkdown'
|
# Template file for 'MultiMarkdown'
|
||||||
pkgname=MultiMarkdown
|
pkgname=MultiMarkdown
|
||||||
version=6.3.2
|
version=6.4.0
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="$pkgname-6-$version"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
hostmakedepends="perl"
|
||||||
makedepends="libcurl-devel"
|
makedepends="libcurl-devel"
|
||||||
short_desc="Superset of the Markdown syntax"
|
short_desc="Superset of the Markdown syntax"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://fletcherpenney.net/multimarkdown/"
|
homepage="http://fletcherpenney.net/multimarkdown/"
|
||||||
distfiles="https://github.com/fletcher/MultiMarkdown-6/archive/$version.tar.gz"
|
distfiles="https://github.com/fletcher/MultiMarkdown-6/archive/${version}.tar.gz"
|
||||||
checksum=2b02c2b42a216128ee1596c93840c6e097155aa1c854578535dcf4a0c09b2ff9
|
checksum=fa9daa089bc0f8bc1f69fd7365778d59210b446ce7008d03b87fb572df8ff5d3
|
||||||
wrksrc="$pkgname-6-$version"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# TODO: markdown alternatives
|
# TODO: markdown alternatives
|
||||||
|
|
Loading…
Add table
Reference in a new issue