File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # Template file for 'mdBook-legacy'
2+ pkgname=mdBook-legacy
3+ version=0.4.35
4+ revision=1
5+ build_style=cargo
6+ short_desc="Create book from markdown files. Like Gitbook but implemented in Rust"
7+ maintainer="classabbyamp <
[email protected] >"
8+ license="MPL-2.0"
9+ homepage="https://github.com/rust-lang/mdBook"
10+ changelog="https://raw.githubusercontent.com/rust-lang/mdBook/master/CHANGELOG.md"
11+ distfiles="https://github.com/rust-lang/mdBook/archive/refs/tags/v${version}.tar.gz"
12+ checksum=2fcefce12acc957c1d604e60c309502b9ec37040f6f70656f12c81374ff27bd4
13+
14+ short_desc+=" - legacy version for void-docs"
15+
16+ post_install() {
17+ vlicense LICENSE
18+ mv "${DESTDIR}"/usr/bin/mdbook "${DESTDIR}"/usr/bin/mdbook-legacy
19+ }
You can’t perform that action at this time.
0 commit comments