Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions mdbook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
package:
name: mdbook
version: 0.4.30
epoch: 0
description: "Create book from markdown files. Like Gitbook but implemented in Rust."
copyright:
- license: MPL-2.0

environment:
contents:
packages:
- rust
- libLLVM-15
- wolfi-base
- busybox
- make
- git
- ca-certificates-bundle
- build-base
- openssl-dev
- python3

pipeline:
- uses: git-checkout
with:
repository: https://github.com/rust-lang/mdbook
tag: v${{package.version}}
expected-commit: 9349204636744ef5100abcf8ebc7a2c4675284fc

- name: Configure and build
runs: |
cargo build --release
install -d "${{targets.destdir}}"/usr/bin
install -m755 target/release/mdbook "${{targets.destdir}}"/usr/bin/

- uses: strip

update:
enabled: true
github:
identifier: rust-lang/mdbook
use-tag: true
strip-prefix: v
3 changes: 2 additions & 1 deletion packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -757,4 +757,5 @@ wireguard-go
acme.sh
libdbi
lighttpd
ffmpeg
mdbook
ffmpeg