mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
parent
0f9b649afb
commit
973f3f3c17
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mdBook'
|
# Template file for 'mdBook'
|
||||||
pkgname=mdBook
|
pkgname=mdBook
|
||||||
version=0.1.5
|
version=0.1.7
|
||||||
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=a93f68f834e9175e1d05edf86aa9c996fbe52ac449a0dc27949c83ffc675449b
|
checksum=8ffc44d05b15409968f2d09f4a707c60c31c30ea9142b2b18c21592f28ad3f76
|
||||||
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…
Add table
Reference in a new issue