Name: vet Version: 1.0.2 Release: 1%{?dist} License: MIT Summary: Security-focused curl | bash pipe replacement with linting (optional), and showcase (optional). URL: https://github.com/vet-run/vet Source0: %{url}/releases/download/v%{version}/vet BuildArch: noarch Requires: bash >= 4 Recommends: bat Recommends: shellcheck %description vet is a command-line tool that acts as a safety net for the risky curl | bash pattern. It lets you inspect, diff against previous versions, and lint remote scripts before asking for your explicit approval to execute. vet wraps this process in a secure, interactive workflow: * Fetch: It downloads the remote script to a temporary location. * Diff & Review: It shows you what, if anything, has changed since the last time you ran this script. * Lint: If you have shellcheck installed, it automatically analyzes the script for potential bugs or malicious patterns. * Confirm: It prompts you for explicit approval before executing anything. %install mkdir -p %{buildroot}/usr/bin install -m 0755 %{SOURCE0} %{buildroot}/usr/bin/vet %files /usr/bin/vet %changelog %autochangelog