description="Emoji annotation files in CLDR"
url="https://github.com/fujiwarat/cldr-emoji-annotation"

packager="Great-OS Team"
maintainer="rems"

name=cldr-emoji-annotation
version=37.0.13.0.0.2
_tag=37.0_13.0_0_2

PKGMK_KEEP_SOURCES="no"

source=(https://github.com/fujiwarat/cldr-emoji-annotation/releases/download/${_tag}/cldr-emoji-annotation-${_tag}.tar.gz)

build() {
  
  cd $name-${_tag}

  ./configure --prefix=/usr

   make
   make DESTDIR=$PKG install
}
