Skip to content

Commit

Permalink
- update aur submodule
Browse files Browse the repository at this point in the history
- old style digits
- apl forms
- specify tailed lower-mu
  • Loading branch information
AndydeCleyre committed Sep 17, 2021
1 parent a3ffaa0 commit 2009ae3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/buildpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,24 @@ jobs:
printf '%s\n' "${RUNNER_TEMP}/dist/"
ls -lh "${RUNNER_TEMP}/dist/"
- name: copy ttf-iosevka-quasi-proportional-custom-git PKGBUILD into build ctnr
run: |
buildah copy --chown dev ctnr pkgs/ttf-iosevka-quasi-proportional-custom-git /home/dev/ttf-iosevka-quasi-proportional-custom-git
- name: build and siphon ttf-iosevka-quasi-proportional-custom-git from build ctnr
run: |
buildah config -u dev --workingdir /home/dev/ttf-iosevka-quasi-proportional-custom-git ctnr
buildah run ctnr makepkg --noconfirm -s
buildah run ctnr ls -lh
pkg="$(buildah run ctnr sh -c "printf '%s\n' *.pkg.*")"
mkdir -p "${RUNNER_TEMP}/dist"
buildah run ctnr cat "$pkg" >"${RUNNER_TEMP}/dist/${pkg}"
printf '%s\n' "${RUNNER_TEMP}/dist/"
ls -lh "${RUNNER_TEMP}/dist/"
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/ttf-iosevka-git
Submodule ttf-iosevka-git updated from 72d1d2 to 2b3929
4 changes: 3 additions & 1 deletion vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ spacings:
build_webfonts: no
branch: master
charvars:
digit-form: lining
digit-form: old-style
apl-form: enable
capital-a: curly-serifless
capital-b: standard-interrupted-bilateral-serifed
capital-c: serifless
Expand Down Expand Up @@ -73,6 +74,7 @@ charvars:
capital-gamma: serifless
lower-iota: serifed-flat-tailed
lower-lambda: curly
lower-mu: tailed
lower-xi: flat-top
cyrl-capital-ze: unilateral-serifed
cyrl-ze: unilateral-serifed
Expand Down

0 comments on commit 2009ae3

Please sign in to comment.