Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support PKGBUILD files (Arch Linux) #1204

Open
orhun opened this issue Nov 26, 2024 · 0 comments
Open

Support PKGBUILD files (Arch Linux) #1204

orhun opened this issue Nov 26, 2024 · 0 comments

Comments

@orhun
Copy link

orhun commented Nov 26, 2024

PKGBUILD files are bash scripts that are being used in Arch Linux's package management and they contain the build instructions for a package. See the PKGBUILD of tokei as an example.

Now, these files are not languages per se, but we use Git for repository management (as you can see from the GitLab link) and I thought it would be a good idea to recognize a Arch Linux package repository if there is a PKGBUILD in the current directory.

It can either show "PKGBUILD" or "bash" as the language.

Edit: Just saw that this was implemented in #972 and there is #888, however this doesn't work for me:

onefetch on  main
>_ orhun ζ tokei
===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
===============================================================================
 Total                   0            0            0            0            0
===============================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant