![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 0cdd60365900939e522048bfdf5f05a1650e647a Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 14 21:46:27 2020 +0000 noto-emoji: initial commit, version 2020-04-08-unicode12_1 diff --git a/noto-emoji/.footprint b/noto-emoji/.footprint new file mode 100644 index 000000000..565435c14 --- /dev/null +++ b/noto-emoji/.footprint @@ -0,0 +1,5 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/fonts/ +drwxr-xr-x root/root usr/share/fonts/noto/ +-rw-r--r-- root/root usr/share/fonts/noto/NotoColorEmoji.ttf diff --git a/noto-emoji/.signature b/noto-emoji/.signature new file mode 100644 index 000000000..a8c122e6e --- /dev/null +++ b/noto-emoji/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF36TVFJw9LR85nmhZ41C53/WJUXJe9DHDhcM1cuwBrZnEkHPudsdtvaeQ7Cqgq2WDLniyjDXuqsUOV5M47Kx+iQo= +SHA256 (Pkgfile) = 7a81f783870a368c87f4448a66d274654636b298dfbda8ab5bbc9bdd04228b1d +SHA256 (.footprint) = 2646184297c13b9187934617ae7d9f265960ef1cece48e98796ee9a1210261bc +SHA256 (noto-emoji-2020-04-08-unicode12_1.tar.gz) = 414a538b591f8ace68a98f993f6a33a459a10fede99e9b20b090ceaf7673f95a diff --git a/noto-emoji/Pkgfile b/noto-emoji/Pkgfile new file mode 100644 index 000000000..0a50b402e --- /dev/null +++ b/noto-emoji/Pkgfile @@ -0,0 +1,14 @@ +# Description: Noto emoji font +# URL: https://www.google.com/get/noto/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=noto-emoji +version=2020-04-08-unicode12_1 +release=1 +source=(https://github.com/googlefonts/noto-emoji/archive/v$version/$name-$version.t...) + +build() { + mkdir -p $PKG/usr/share/fonts/noto + install -m644 $name-$version/fonts/NotoColorEmoji.ttf $PKG/usr/share/fonts/noto +}