# Maintainer: mrxx pkgname=otf-recursive pkgver=1.085 pkgrel=1 pkgdesc="A variable type family built for better code & UI" arch=('any') url="https://github.com/arrowtype/recursive" license=('OFL') _srcname=ArrowType-Recursive source=("${url}/releases/download/v${pkgver}/${_srcname}-${pkgver}.zip") sha256sums=('cbcbdf7a0e181d284a9235e09ed5f3873e527bc5dd1d977df71cdc1ff937da02') package() { install -d ${pkgdir}/usr/share/fonts/OTF/Recursive cp ${srcdir}/${_srcname}-${pkgver}/Recursive_Desktop/separate_statics/OTF/*.otf "${pkgdir}/usr/share/fonts/OTF/Recursive" cp ${srcdir}/${_srcname}-${pkgver}/Recursive_Desktop/separate_statics/OTF/*.otf "${pkgdir}/usr/share/fonts/OTF/Recursive" install -Dm644 "${srcdir}/${_srcname}-${pkgver}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }