A .build.yml => .build.yml +17 -0
@@ 0,0 1,17 @@
+image: alpine/edge
+packages:
+ - editorconfig-checker
+ - fontconfig-dev
+ - freetype-dev
+ - libx11-dev
+ - libxext-dev
+ - libxft-dev
+sources:
+ - https://git.sr.ht/~mil/sxmo-st
+tasks:
+ - editorconfig-check: |
+ cd sxmo-st
+ ec
+ - make: |
+ cd sxmo-st
+ make
A .editorconfig => .editorconfig +14 -0
@@ 0,0 1,14 @@
+# EditorConfig is awesome: https://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*.{sh|c}]
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+#max_line_length = 80
+spaces_around_operators = true
+charset = utf-8
+trim_trailing_whitespace = true
R README => README.md +3 -0
@@ 1,5 1,8 @@
st - simple terminal
--------------------
+
+[](https://builds.sr.ht/~mil/sxmo-st?)
+
st is a simple terminal emulator for X which sucks less.