Skip to content

Commit

Permalink
alpine: add alpine packaging support
Browse files Browse the repository at this point in the history
Signed-off-by: John Coyle <dx9err@gmail.com>
  • Loading branch information
dx9 authored and anchal0997 committed Jun 3, 2020
1 parent bbca0a5 commit 513c87b
Show file tree
Hide file tree
Showing 4 changed files with 508 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ core
*.log
/src/td

# alpine abuild things
.abuild/
alpine/APKBUILD

# specific local dir files
/build-doc
/tags
Expand Down
14 changes: 14 additions & 0 deletions alpine/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
; This file is for unifying the coding style for different editors and IDEs.
; Plugins are available for notepad++, emacs, vim, gedit,
; textmate, visual studio, and more.
;
; See http://editorconfig.org for details.

# Top-most EditorConfig file.
root = true

[**/APKBUILD*]
indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 513c87b

Please sign in to comment.