mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-27 05:26:31 +01:00
Add perl 5.000.
This commit is contained in:
parent
aa11513fdd
commit
221b1d07ad
10 changed files with 245 additions and 1 deletions
6
sysa/perl5.000/files/keywords.sh
Normal file
6
sysa/perl5.000/files/keywords.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
sed -e '1,/__END__/ d' keywords.pl | sed '1d' | awk '{print "#define", "KEY_"$0, NR-1}' > keywords.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue