Make perl-Text-CSV reproducible

This commit is contained in:
Samuel Tyler 2026-01-26 22:56:09 +11:00
parent 70cea07218
commit d7ff4cd578
No known key found for this signature in database
GPG key ID: EB5091A5C77E8DC4
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
# 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
}