16 lines
556 B
Bash
16 lines
556 B
Bash
# Template file for 'mdBook'
|
|
pkgname=mdBook
|
|
version=0.4.2
|
|
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/v${version}.tar.gz"
|
|
checksum=9baebd8359442b1ff99a8ae4d8d197721525b746399e01f7fdcb67b4c34dd497
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|