15 lines
494 B
Bash
15 lines
494 B
Bash
# Template file for 'mdBook'
|
|
pkgname=mdBook
|
|
version=0.3.0
|
|
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=81c0121b4e146ddce13c9e26533513c2db6da1a9fb672cfab38d4c4a189163d4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|