Skip to content

Instantly share code, notes, and snippets.

@mohemohe
Created November 16, 2017 08:45
Show Gist options
  • Select an option

  • Save mohemohe/1c9a368b28c4be7625210c98372dd176 to your computer and use it in GitHub Desktop.

Select an option

Save mohemohe/1c9a368b28c4be7625210c98372dd176 to your computer and use it in GitHub Desktop.
ttf-cica
# Maintainer: mohemohe <mohemohe(at)ghippos.net>
pkgname=ttf-cica
pkgver=2.0.4
pkgrel=1
pkgdesc="Composite font with Ubuntu Mono and Rounded Mgen+."
url="https://github.com/miiton/Cica"
license=('custom')
arch=('any')
depends=('fontconfig' 'xorg-font-utils')
install=$pkgname.install
source=(Cica.zip::https://github.com/miiton/Cica/releases/download/v2.0.4/Cica_v2.0.4.zip)
md5sums=('SKIP')
package() {
cd ${srcdir}
install -dm755 "${pkgdir}"/usr/share/fonts/TTF
install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/
install -d "${pkgdir}/usr/share/licenses/${pkgname}/"
install -Dm644 *.txt "${pkgdir}/usr/share/licenses/${pkgname}/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment