summarylogtreecommitdiffstats
path: root/private-build-plans.toml
diff options
context:
space:
mode:
authorAndy Kluger2018-08-21 20:23:49 -0400
committerAndy Kluger2018-08-21 20:23:49 -0400
commit0924d2b26c090a39f775e3c43048233880e356d0 (patch)
tree70a5efe5a8de215e21d505ec031c48d9b0cd468f /private-build-plans.toml
parentca6636e569b9cc69eaff34a7029d469f4fc647f1 (diff)
downloadaur-0924d2b26c090a39f775e3c43048233880e356d0.tar.gz
new build system, file-based config instead of env var
Diffstat (limited to 'private-build-plans.toml')
-rw-r--r--private-build-plans.toml171
1 files changed, 171 insertions, 0 deletions
diff --git a/private-build-plans.toml b/private-build-plans.toml
new file mode 100644
index 000000000000..3e86ee05b264
--- /dev/null
+++ b/private-build-plans.toml
@@ -0,0 +1,171 @@
+# docs:
+# https://github.com/be5invis/Iosevka
+
+# ss## stylistic sets:
+# https://raw.githubusercontent.com/be5invis/Iosevka/master/images/stylesets.png
+
+# cv## character variants:
+# https://raw.githubusercontent.com/be5invis/Iosevka/master/images/charvars.png
+
+# ligset-* ligature sets:
+# https://raw.githubusercontent.com/be5invis/Iosevka/master/images/ligations.png
+
+[buildPlans.iosevka-custom] # Plan name
+family = "Iosevka Custom" # Font menu family name
+design = [ # Common styles
+
+ "cv05", # hooky i
+ "cv14", # dotted zero
+ "cv24", # open double story g
+ "cv26", # short leg m
+ "cv27", # tailed l
+ "cv38", # open $
+ "cv46", # flat top 3
+
+ # "slab",
+
+ # "term", # strict mono; no ligatures
+ # "termlig", # strict mono; with ligatures
+
+ # "ligset-haskell",
+ # "ligset-idris",
+ # "ligset-coq",
+ # "ligset-elm",
+ # "ligset-ml",
+ # "ligset-fs", # F#
+ # "ligset-fstar", # F*
+ # "ligset-swift",
+ # "ligset-purescript",
+
+]
+# upright = [] # Upright-only styles
+# italic = [] # Italic-only styles
+# oblique = [] # Oblique-only styles
+
+[buildPlans.iosevka-slab-custom] # Plan name
+family = "Iosevka Slab Custom" # Font menu family name
+design = [ # Common styles
+
+ "cv05", # hooky i
+ "cv14", # dotted zero
+ "cv24", # open double story g
+ "cv26", # short leg m
+ "cv27", # tailed l
+ "cv38", # open $
+ "cv46", # flat top 3
+
+ "slab",
+
+ # "term", # strict mono; no ligatures
+ # "termlig", # strict mono; with ligatures
+
+ # "ligset-haskell",
+ # "ligset-idris",
+ # "ligset-coq",
+ # "ligset-elm",
+ # "ligset-ml",
+ # "ligset-fs", # F#
+ # "ligset-fstar", # F*
+ # "ligset-swift",
+ # "ligset-purescript",
+
+]
+# upright = [] # Upright-only styles
+# italic = [] # Italic-only styles
+# oblique = [] # Oblique-only styles
+
+[buildPlans.iosevka-term-custom] # Plan name
+family = "Iosevka Term Custom" # Font menu family name
+design = [ # Common styles
+
+ "cv05", # hooky i
+ "cv14", # dotted zero
+ "cv24", # open double story g
+ "cv26", # short leg m
+ "cv27", # tailed l
+ "cv38", # open $
+ "cv46", # flat top 3
+
+ # "slab",
+
+ "term", # strict mono; no ligatures
+ # "termlig", # strict mono; with ligatures
+
+ # "ligset-haskell",
+ # "ligset-idris",
+ # "ligset-coq",
+ # "ligset-elm",
+ # "ligset-ml",
+ # "ligset-fs", # F#
+ # "ligset-fstar", # F*
+ # "ligset-swift",
+ # "ligset-purescript",
+
+]
+# upright = [] # Upright-only styles
+# italic = [] # Italic-only styles
+# oblique = [] # Oblique-only styles
+
+[buildPlans.iosevka-termlig-custom] # Plan name
+family = "Iosevka TermLig Custom" # Font menu family name
+design = [ # Common styles
+
+ "cv05", # hooky i
+ "cv14", # dotted zero
+ "cv24", # open double story g
+ "cv26", # short leg m
+ "cv27", # tailed l
+ "cv38", # open $
+ "cv46", # flat top 3
+
+ # "slab",
+
+ # "term", # strict mono; no ligatures
+ "termlig", # strict mono; with ligatures
+
+ # "ligset-haskell",
+ # "ligset-idris",
+ # "ligset-coq",
+ # "ligset-elm",
+ # "ligset-ml",
+ # "ligset-fs", # F#
+ # "ligset-fstar", # F*
+ # "ligset-swift",
+ # "ligset-purescript",
+
+]
+# upright = [] # Upright-only styles
+# italic = [] # Italic-only styles
+# oblique = [] # Oblique-only styles
+
+[buildPlans.iosevka-term-slab-custom] # Plan name
+family = "Iosevka Term Slab Custom" # Font menu family name
+design = [ # Common styles
+
+ "cv05", # hooky i
+ "cv14", # dotted zero
+ "cv24", # open double story g
+ "cv26", # short leg m
+ "cv27", # tailed l
+ "cv38", # open $
+ "cv46", # flat top 3
+
+ "slab",
+
+ "term", # strict mono; no ligatures
+ # "termlig", # strict mono; with ligatures
+
+ # "ligset-haskell",
+ # "ligset-idris",
+ # "ligset-coq",
+ # "ligset-elm",
+ # "ligset-ml",
+ # "ligset-fs", # F#
+ # "ligset-fstar", # F*
+ # "ligset-swift",
+ # "ligset-purescript",
+
+]
+# upright = [] # Upright-only styles
+# italic = [] # Italic-only styles
+# oblique = [] # Oblique-only styles