This commit is contained in:
Anas Elgarhy 2022-10-04 12:30:45 +02:00
parent 358b5a1b8f
commit 6937ae18d4

View file

@ -22,6 +22,7 @@ prepare() {
}
build() {
cd "$pkgname-$pkgver"
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
cargo build --frozen --release --all-features
@ -35,4 +36,3 @@ check() {
package() {
sudo install -Dm0755 -t "/usr/bin/" "target/release/$pkgname"
}
sha256sums=('0bdf82de5b48760e9dcaee0f474ac8cdc333969c60734c4aaa79bc33930a755f')