summaryrefslogtreecommitdiff
path: root/ttf-iosevka-curly/Pkgfile
blob: 04094b2660c8f07e9df2885394bfee9bcce1bb90 (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-curly
    7 version=32.2.1
    8 release=1
    9 source=(
   10   https://github.com/be5invis/Iosevka/releases/download/v${version}/PkgTTF-IosevkaCurly-${version}.zip
   11   https://github.com/be5invis/Iosevka/releases/download/v${version}/PkgTTF-IosevkaCurlySlab-${version}.zip
   12 )
   13 
   14 build() {
   15   install -m 0755 -d "${PKG}/usr/share/fonts/TTF/iosevka"
   16   install -m 0644 -t "${PKG}/usr/share/fonts/TTF/iosevka" *.ttf
   17 }

Generated by cgit