16 lines
585 B
Bash
16 lines
585 B
Bash
# Template file for 'mdBook'
|
|
pkgname=mdBook
|
|
version=0.3.2
|
|
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}"
|
|
changelog="https://raw.githubusercontent.com/rust-lang-nursery/mdBook/master/CHANGELOG.md"
|
|
distfiles="https://github.com/rust-lang-nursery/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=93caeeda86a4abf3b2da805ba1fc609a9f2803f9a37875ff30a87f1ead7c7c22
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|