void-packages/srcpkgs/mdBook/template
2019-11-18 20:39:33 +01:00

16 lines
553 B
Bash

# Template file for 'mdBook'
pkgname=mdBook
version=0.3.5
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/mdBook"
changelog="https://raw.githubusercontent.com/rust-lang/mdBook/master/CHANGELOG.md"
distfiles="https://github.com/rust-lang/mdBook/archive/v${version}.tar.gz"
checksum=73258ba3713004e06675ef2a1fbd3e7b48eb144db37c5ac1e2b96086b51a6e87
post_install() {
vlicense LICENSE
}