parent
0f9b649afb
commit
973f3f3c17
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mdBook'
|
||||
pkgname=mdBook
|
||||
version=0.1.5
|
||||
version=0.1.7
|
||||
revision=1
|
||||
hostmakedepends="cargo"
|
||||
short_desc="Create book from markdown files. Like Gitbook but implemented in Rust"
|
||||
|
@ -8,7 +8,7 @@ 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=a93f68f834e9175e1d05edf86aa9c996fbe52ac449a0dc27949c83ffc675449b
|
||||
checksum=8ffc44d05b15409968f2d09f4a707c60c31c30ea9142b2b18c21592f28ad3f76
|
||||
nocross="This cannot be cross compiled due to limitations in cargo."
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue