# Maintainer: Stefan Husmann pkgname="font-victor-mono" pkgver=1.5.4 pkgrel=1 pkgdesc="A programming font with cursive italics and ligatures." arch=(any) url="https://rubjo.github.io/victor-mono" source=("victor-mono-$pkgver.zip::https://github.com/rubjo/victor-mono/raw/v$pkgver/public/VictorMonoAll.zip") sha256sums=('1d0d51443846800c88536ab5a0e5cfb3557ad7d3fa6d355193953dd6c98c40b6') package() { cd "$srcdir" install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}" install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 TTF/*.ttf install -Dm644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }