pkgname: 'fonts-ubuntu' pkgver: '0.83' pkgrel: '2' pkgdesc: 'sans-serif font set from Ubuntu' url: 'https://design.ubuntu.com/font/' arch: x86_64 license: - 'UBUNTU FONT LICENCE Version 1.0' depends: - 'xorg-mkfontscale' makedepends: [] source: - 'https://ftp.debian.org/debian/pool/non-free/f/fonts-ubuntu/${pkgname}_${pkgver}.orig.tar.gz' sha256sums: - SKIP build: | mkdir -p ${PKGDIR}/usr/share/fonts/TTF cp ubuntu-font-family-sources-${pkgver}/*.ttf \ ${PKGDIR}/usr/share/fonts/TTF/ mkdir -p ${PKGDIR}/usr/share/licenses/fonts-ubuntu cp ubuntu-font-family-sources-${pkgver}/LICENCE.txt \ ${PKGDIR}/usr/share/licenses/fonts-ubuntu/LICENCE.txt package: | true