void-packages/srcpkgs/mdBook/template

17 lines
567 B
Bash

# Template file for 'mdBook'
pkgname=mdBook
version=0.4.34
revision=1
build_style=cargo
short_desc="Create book from markdown files. Like Gitbook but implemented in Rust"
maintainer="Érico Nogueira <ericonr@disroot.org>"
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/refs/tags/v${version}.tar.gz"
checksum=6d0542a1bec4f9841552084643c11f104472646fc82a280a07fba05ae2df4602
post_install() {
vlicense LICENSE
}