Add ArchLinux PKGBUILD

PKGBUILD is the build definition for packages
in the ArchLinux ecosystem.
It is a file which full name is PKGBUILD, no extension.
This commit is contained in:
Vasili Novikov 2021-03-26 08:26:21 +01:00
parent 1aa64a86cf
commit 4121509812
No known key found for this signature in database
GPG Key ID: 63227A540AC1F12B

View File

@ -1,6 +1,6 @@
## Here is an example for Bourne shell scripts.
##
syntax "SH" "\.sh$" "\.ash" "\.bashrc" "bashrc" "\.bash_aliases" "bash_aliases" "\.bash_functions" "bash_functions" "\.bash_login" "\.bash_logout" "\.bash_profile" "bash_profile" "\.profile" "revise\..+$"
syntax "SH" "\.sh$" "\.ash" "\.bashrc" "bashrc" "\.bash_aliases" "bash_aliases" "\.bash_functions" "bash_functions" "\.bash_login" "\.bash_logout" "\.bash_profile" "bash_profile" "\.profile" "^PKGBUILD$" "revise\..+$"
header "^#!.*/(env +)?(ba|da|a)?sh( |$)"
magic "(POSIX|Bourne-Again) shell script.*text"
comment "#"