Created
September 11, 2017 22:08
-
-
Save jaromero/98dba1c6fe139ddc6a7135ee3e87b2e2 to your computer and use it in GitHub Desktop.
Last known blob emojis for Arch
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
# Based on this PKGBUILD: https://aur.archlinux.org/packages/noto-fonts-emoji-blob/ | |
pkgname=noto-fonts-emoji-blob | |
_pkgver=2017-07-17 | |
_commit=e456654119cc3a5f9bebb7bbd00512456f983d2d | |
pkgver=${_pkgver//-} | |
pkgrel=1 | |
pkgdesc="Google Noto emoji fonts (blob version)" | |
arch=(any) | |
url="https://www.google.com/get/noto/" | |
license=(custom:OFL) | |
depends=(fontconfig) | |
provides=(noto-fonts-emoji) | |
conflicts=(noto-fonts-emoji) | |
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip") | |
sha256sums=('d44043a0af466fdcb3b87e56a1eef40dc1935eeeb919779ef873298d5fd6b6ab') | |
package() { | |
cd noto-emoji-* | |
mkdir -p "$pkgdir"/usr/share/fonts/noto | |
install -m644 fonts/*.ttf "$pkgdir"/usr/share/fonts/noto | |
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment