# Template file for 'ruby-rdiscount'
pkgname=ruby-rdiscount
version=2.2.7.3
revision=1
build_style=gemspec
makedepends="ruby-devel"
short_desc="Fast implementation of Gruber's Markdown in C"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://dafoster.net/projects/rdiscount/"
distfiles="https://github.com/davidfstr/rdiscount/archive/${version}.tar.gz"
checksum=1b415df9d7628abdde84ff8d61eef226b5777d12d4cd72b648de5284dd1e957a

post_install() {
	vlicense COPYING

	# Provided by 'discount'
	rm ${DESTDIR}/usr/share/man/man7/markdown.7
}
