Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76919dc1f4 | ||
|
|
0f1ea00800 |
+2
-2
@@ -2,9 +2,9 @@
|
|||||||
name = "md-to-html"
|
name = "md-to-html"
|
||||||
version = "0.0.3"
|
version = "0.0.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://git.stancik.work/lusk/md-to-html"
|
repository = "https://git.stancik.cz/lusk/md-to-html"
|
||||||
description = "Markdown to HTML converter"
|
description = "Markdown to HTML converter"
|
||||||
authors = ["Sokhibjon Orzikulov <orzklv.uz>", "Lukas Stancik <lukas.stancik.work>"]
|
authors = ["Sokhibjon Orzikulov <orzklv.uz>", "Lukas Stancik <lukas.stancik.cz>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ clean:
|
|||||||
rm -f Cargo.lock
|
rm -f Cargo.lock
|
||||||
|
|
||||||
init:
|
init:
|
||||||
-git clone https://git.stancik.work/lusk/markdown-rs.git
|
-git clone https://git.stancik.cz/lusk/markdown-rs.git
|
||||||
|
|
||||||
release/build: init
|
release/build: init
|
||||||
docker run --rm -it \
|
docker run --rm -it \
|
||||||
@@ -16,6 +16,12 @@ release/build: init
|
|||||||
-v "${PWD}/markdown-rs":/home/rust/markdown-rs \
|
-v "${PWD}/markdown-rs":/home/rust/markdown-rs \
|
||||||
messense/rust-musl-cross:x86_64-musl /bin/sh -c "cargo build --release && chown -R ${SELF_UID}:${SELF_GID} target"
|
messense/rust-musl-cross:x86_64-musl /bin/sh -c "cargo build --release && chown -R ${SELF_UID}:${SELF_GID} target"
|
||||||
|
|
||||||
|
release/arm64: init
|
||||||
|
docker run --rm -it \
|
||||||
|
-v "${PWD}":/home/rust/src \
|
||||||
|
-v "${PWD}/markdown-rs":/home/rust/markdown-rs \
|
||||||
|
messense/rust-musl-cross:aarch64-musl /bin/sh -c "cargo build --release && chown -R ${SELF_UID}:${SELF_GID} target"
|
||||||
|
|
||||||
debug/build: init
|
debug/build: init
|
||||||
@docker run --rm -it \
|
@docker run --rm -it \
|
||||||
-v "${PWD}":/home/rust/src \
|
-v "${PWD}":/home/rust/src \
|
||||||
|
|||||||
Reference in New Issue
Block a user