Added PKGBUILD

This commit is contained in:
2023-08-14 18:23:12 +03:00
parent 5ed62d9323
commit 48635fc091
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
target target
pkg
*zst

View File

@ -1,6 +1,7 @@
[package] [package]
name = "rexec" name = "rexec"
version = "1.0.4" version = "1.0.4"
readme = "https://github.com/house-of-vanity/rexec#readme"
edition = "2021" edition = "2021"
description = "Parallel SSH executor" description = "Parallel SSH executor"
repository = "https://github.com/house-of-vanity/rexec" repository = "https://github.com/house-of-vanity/rexec"