add perl-Devel-Tokenizer-C

This commit is contained in:
fosslinux 2025-07-13 09:48:24 +10:00 committed by Samuel Tyler
parent 54b7cd5ed1
commit a3e48fa302
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_compile() {
:
}
src_install() {
install -D lib/Devel/Tokenizer/C.pm /usr/lib/perl5/5.6.2/Devel/Tokenizer/C.pm
}