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