{ "name": "GnuSed", "description": "GNU implementation of the famous stream editor", "url": "https://ftp.gnu.org/gnu/sed/sed-4.7.tar.xz", "mirror": "https://ftpmirror.gnu.org/sed/sed-4.7.tar.xz", "homepage": "https://www.gnu.org/software/sed/", "depends": [], "resource": [], "conflicts": [ { "conflict": "ssed", "reason": "both install share/info/sed.info" } ], "patches": [], "install": [ "args = %W[", "--prefix=#{prefix}", "--disable-dependency-tracking", "--program-prefix=g", "]", "system \"./configure\", *args", "system \"make\", \"install\"", "(libexec/\"gnubin\").install_symlink bin/\"gsed\" =>\"sed\"", "(libexec/\"gnuman/man1\").install_symlink man1/\"gsed.1\" => \"sed.1\"", "libexec.install_symlink \"gnuman\" => \"man\"" ], "version": "4.7", "file": "gnu-sed.rb" }