vp-build/srcpkgs/mdBook/template

16 lines
494 B
Bash

# Template file for 'mdBook'
pkgname=mdBook
version=0.2.2
revision=1
build_style=cargo
short_desc="Create book from markdown files. Like Gitbook but implemented in Rust"
maintainer="Huidong Hwang <hwangh95@gmail.com>"
license="MPL-2.0"
homepage="https://github.com/rust-lang-nursery/${pkgname}"
distfiles="https://github.com/rust-lang-nursery/${pkgname}/archive/v${version}.tar.gz"
checksum=e196da4856d7205cf485412657b92d9df83364376a5a74574e3440bb047c57f6
post_install() {
vlicense LICENSE
}