Facebook
From Dan Ronning, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 267
  1. # Maintainer: Elaina Martineau <[email protected]>
  2. pkgname=ttf-octicons
  3. pkgver=4.4.0
  4. pkgrel=1
  5. pkgdesc="A scalable set of icons handcrafted with <3 by GitHub"
  6. arch=('any')
  7. license=('MIT')
  8. url="https://octicons.github.com/"
  9. makedepends=('git')
  10. depends=('fontconfig' 'xorg-font-util' 'xorg-mkfontscale')
  11. source=("https://github.com/primer/octicons/archive/v${pkgver}.tar.gz")
  12. sha256sums=('2bbf1f6798a03acaabe1f379f1570c333c7302c9eef84129388474600999855f')
  13. install=$pkgname.install
  14.  
  15. package() {
  16.   cd "${srcdir}/octicons-${pkgver}"
  17.   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
  18.  
  19.   install -d $pkgdir/usr/share/fonts/TTF/
  20.   install -m644 build/font/octicons.ttf $pkgdir/usr/share/fonts/TTF/
  21. }
  22.  
captcha