Files
BMLFS/build-scripts/URI-1.76.build

10 lines
195 B
Bash

#! /bin/bash
# URI 1.76
# source: https://www.cpan.org/authors/id/O/OA/OALDERS/URI-1.76.tar.gz
perl Makefile.PL &&
make -j2 &&
read -p "Install? " &&
sudo -S porg -lD "make install"