parent
a5a15d31fa
commit
96b4fd9d30
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mdBook'
|
# Template file for 'mdBook'
|
||||||
pkgname=mdBook
|
pkgname=mdBook
|
||||||
version=0.1.3
|
version=0.1.4
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="cargo"
|
hostmakedepends="cargo"
|
||||||
short_desc="Create book from markdown files. Like Gitbook but implemented in Rust"
|
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"
|
license="MPL-2.0"
|
||||||
homepage="https://github.com/rust-lang-nursery/${pkgname}"
|
homepage="https://github.com/rust-lang-nursery/${pkgname}"
|
||||||
distfiles="https://github.com/rust-lang-nursery/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/rust-lang-nursery/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=c2bb84547e0c41980dc9ebc1117c409fb3b81aadc94ce7a2fd7b0a2181ca1bf7
|
checksum=627ec933dd810e8971f0906cab86b032d963086becf69b016d98f1b01e9d7213
|
||||||
nocross="This cannot be cross compiled due to limitations in cargo."
|
nocross="This cannot be cross compiled due to limitations in cargo."
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in New Issue