Hi, I do not know if the "wofi-emoji" file [1] could really be considered the source for this package, because upstream clearly fetches the data from another source to build this file in build.sh:
#!/usr/bin/env bash
sed -i '/^### DATA ###$/q' wofi-emoji
curl
https://raw.githubusercontent.com/muan/emojilib/v4.0.0/dist/emoji-en-US.json \
| jq --raw-output '. | to_entries | .[] | .key + " " + (.value | join(" ") | sub("_"; "
"; "g"))' \
>> wofi-emoji
So maybe this package should depend on something like libjs-emojilib and
the script should be regenerated during the build of the package.
Alex
1: https://salsa.debian.org/mdosch/wofi-emoji/-/blob/debian/latest/wofi-emoji
OpenPGP_0x0BD13B63E2A9AF58.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature

