void-packages/srcpkgs/mdBook/template

23 lines
756 B
Bash

# Template file for 'mdBook'
pkgname=mdBook
version=0.4.43
revision=1
build_style=cargo
build_helper=qemu
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=7213c006d78dafa0d7a893bdb8fd3814bbf4d6794ffb97822038185364b73f77
post_install() {
vlicense LICENSE
for completion in bash fish zsh; do
vtargetrun $DESTDIR/usr/bin/mdbook completions $completion > mdbook.$completion
vcompletion mdbook.$completion $completion
done
}