forked from kiss-community/repo
6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
cargo build --release
|
|
|
|
install -Dm755 target/release/bindgen "$1/usr/bin/bindgen"
|