This commit is contained in:
2023-08-31 21:31:16 +03:00
parent 6b27fb2d67
commit e8778cb130

View File

@ -6,7 +6,6 @@ pkgdesc="Parallel SSH executor"
url="https://github.com/house-of-vanity/rexec"
license=("WTFPL")
arch=("x86_64")
makedepends=("rustup")
package() {
install -Dm755 "$startdir/target/x86_64-unknown-linux-musl/release/rexec" "$pkgdir/usr/bin/rexec"