void-packages/srcpkgs/mdBook/template
2019-01-18 20:00:49 -02:00

15 lines
494 B
Bash

# Template file for 'mdBook'
pkgname=mdBook
version=0.2.3
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=2e157d4f0437143caf65d9253f9084d8cc0fff7a9e42cff3641e8413e15688fa
post_install() {
vlicense LICENSE
}