aboutsummaryrefslogtreecommitdiffstats
path: root/cargo-vendor-filterer/README
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-26 10:34:31 +0200
committerDanilo M. <danix@danix.xyz>2026-06-26 10:34:31 +0200
commit7bf0929fd4e8204f54d3ae576b3f1c5a2d6ab887 (patch)
tree955bfafd03f95a92c8496004ff52398aa95acb58 /cargo-vendor-filterer/README
parent119dd5335a35c28a2acf65ccaac2a4526d3b9c75 (diff)
downloadmy-slackbuilds-main.tar.gz
my-slackbuilds-main.zip
cargo-vendor-filterer: remove, now in -current basemain
Slackware -current ships cargo-vendor-filterer in the system packages, so this SlackBuild is no longer needed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'cargo-vendor-filterer/README')
-rw-r--r--cargo-vendor-filterer/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/cargo-vendor-filterer/README b/cargo-vendor-filterer/README
deleted file mode 100644
index db6af5c..0000000
--- a/cargo-vendor-filterer/README
+++ /dev/null
@@ -1,14 +0,0 @@
-cargo-vendor-filterer (Vendor rust libraries based on filters)
-
-cargo-vendor-filterer works like "cargo vendor", but supports filters
-that allow excluding libraries one isn't interested in, like
-libraries only needed on other platforms, etc.
-
-NOTE:
-I've included a "cargo-mkvendored.sh" script to generate filtered
-vendored sources for a rust or python/rust slackbuild. It needs to be
-run from within a slackbuild directory.
-
-This is the SlackBuilds.org package; it builds and runs on Slackware
--current with the system Rust toolchain (rust-opt is only required on
--stable, whose system Rust is too old).