diff options
Diffstat (limited to 'community/rust/PKGBUILD')
-rw-r--r-- | community/rust/PKGBUILD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD new file mode 100644 index 00000000..221bfd43 --- /dev/null +++ b/community/rust/PKGBUILD @@ -0,0 +1,9 @@ +source+=(config.toml.patch) +sha256sums+=('55d59786b6a24590951688c01910ac331996fc5ea5e20f10d227db24b93b1e74') + +eval "$( + declare -f prepare | \ + sed ' + $ i patch -p1 -i "$srcdir/config.toml.patch" + ' +)" |