# noto-fonts-emoji - Noto emoji fonts
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=noto-fonts-emoji
version=2.051
release=1
desc="Noto emoji fonts"
url="https://github.com/googlefonts/noto-emoji"
license="OFL-1.1"
depend=""
makedepend=""
source="https://github.com/googlefonts/noto-emoji/archive/refs/tags/v2.051.tar.gz"
sha256="SKIP"

build() {
	cd "noto-fonts-emoji-2.051"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "noto-fonts-emoji-2.051"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
