vp-build/srcpkgs/cldr-emoji-annotation/template

18 lines
611 B
Bash

# Template file for 'cldr-emoji-annotation'
pkgname=cldr-emoji-annotation
version=36.12.120191002.0
revision=2
_tag=${version%.*}_${version##*.}
wrksrc="${pkgname}-${_tag}"
build_style=gnu-configure
short_desc="Emoji annotation files in CLDR"
maintainer="John <me@johnnynator.dev>"
license="Unicode-DFS-2016"
homepage="https://github.com/fujiwarat/cldr-emoji-annotation/"
distfiles="https://github.com/fujiwarat/cldr-emoji-annotation/releases/download/${_tag}/${pkgname}-${_tag}.tar.gz"
checksum=fdd6e2c8665a124242e1a9df67c58f2ad2a5b1e6a4807aa0cfe92dcda8044cc8
post_install() {
vlicense unicode-license.txt
}