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

Generated by cgit