Created
November 16, 2017 08:45
-
-
Save mohemohe/1c9a368b28c4be7625210c98372dd176 to your computer and use it in GitHub Desktop.
ttf-cica
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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