(package (name "unzip") (version "6.0") (homepage "https://infozip.sourceforge.net/UnZip.html") (dependencies make) (src (tar (url "https://downloads.sourceforge.net/infozip/unzip60.tar.gz") (dir "unzip60") (blake3 "5969810311361d686f6408091d60d0a36bf29f1abfae05831be9c42e69aaf67f"))) (build (shell "find . -type f -exec sed -i 's/-DNO_DIR//g' {} +") (make (make_flags "-f unix/Makefile generic_gcc") (install_flags "-f unix/Makefile prefix=/usr"))))