# NOTE: Build and install the binary manually to prevent compile-time helper
# binaries being installed
abinfo "Building Typst ..."
cargo build --release --locked

abinfo "Installing Typst ..."
install -Dvm755 "$SRCDIR"/target/release/typst -t \
    "$PKGDIR"/usr/bin/
