Compare commits
2 commits
48f278ad44
...
5e6744983f
Author | SHA1 | Date | |
---|---|---|---|
5e6744983f | |||
37a94ece2c |
2 changed files with 10 additions and 2 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
indent_style = tab
|
||||||
|
tab_width = 4
|
|
@ -1,5 +1,5 @@
|
||||||
# AUR packages
|
# Arch Linux packages
|
||||||
|
|
||||||
These are PKGBUILDs for packages on the Arch User Repository I maintain, used to maintain or do plan on uploading or just keep here for preservation.
|
These are PKGBUILDs for packages I maintain, used to maintain or do plan on uploading or just keep here for preservation.
|
||||||
|
|
||||||
I may also use these for an automated build system soon™ that pushes these packages automatically to a pacman repo I maintain.
|
I may also use these for an automated build system soon™ that pushes these packages automatically to a pacman repo I maintain.
|
||||||
|
|
Loading…
Reference in a new issue