summaryrefslogtreecommitdiff
path: root/ttf-iosevka-fixed/Pkgfile
blob: e60f2ee6fe9725f2f2c2ae6d84b9e9c179655ef6 (plain)
    1 # Description: Slender typeface for code, from code
    2 # Maintainer:  Aaron Ball, nullspoon at oper dot io
    3 # URL:         https://typeof.net/Iosevka/
    4 # Depends on:
    5 
    6 name=ttf-iosevka-fixed
    7 version=31.1.0
    8 release=1
    9 source=(
   10   https://github.com/be5invis/Iosevka/releases/download/v${version}/PkgTTF-IosevkaFixed-${version}.zip
   11   https://github.com/be5invis/Iosevka/releases/download/v${version}/PkgTTF-IosevkaFixedCurly-${version}.zip
   12   https://github.com/be5invis/Iosevka/releases/download/v${version}/PkgTTF-IosevkaFixedCurlySlab-${version}.zip
   13 )
   14 
   15 build() {
   16   install -m 0755 -d "${PKG}/usr/share/fonts/TTF/iosevka"
   17   install -m 0644 -t "${PKG}/usr/share/fonts/TTF/iosevka" *.ttf
   18 }

Generated by cgit