live-bootstrap/steps/perl-Text-CSV-2.06/pass1.sh
2026-01-27 19:53:03 +11:00

11 lines
229 B
Bash

# SPDX-FileCopyrightText: 2026 Samuel Tyler <samuel@samuelt.me>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_configure() {
perl Makefile.PL
}
src_install() {
make DESTDIR="$DESTDIR" PREFIX="$PREFIX" pure_install
}