New package: mdBook-0.0.21

Closes: #9584 [via git-merge-pr]
This commit is contained in:
Huidong Hwang 2017-11-27 21:35:50 -06:00 committed by Michael Aldridge
parent 8a4a78d6dc
commit 734a32bcda

21
srcpkgs/mdBook/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'mdBook'
pkgname=mdBook
version=0.0.21
revision=1
hostmakedepends="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/${version}.tar.gz"
checksum=bffb39106ab9f546c7a02667aa3616c06f05dfb566ef4830f51fd244c7986239
nocross="This cannot be cross compiled due to limitations in cargo."
do_build() {
cargo build --release
}
do_install() {
vbin target/release/mdbook
vlicense LICENSE
}