mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: unicode-emoji-12.1
This commit is contained in:
parent
8d510382a1
commit
5e87e447a8
1 changed files with 25 additions and 0 deletions
25
srcpkgs/unicode-emoji/template
Normal file
25
srcpkgs/unicode-emoji/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'unicode-emoji'
|
||||||
|
pkgname=unicode-emoji
|
||||||
|
version=12.1
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
create_wrksrc=yes
|
||||||
|
short_desc="Unicode Emoji Data Files"
|
||||||
|
maintainer="John <johnz@posteo.net>"
|
||||||
|
license="Unicode-DFS-2016"
|
||||||
|
homepage="https://www.unicode.org/emoji/"
|
||||||
|
distfiles="https://www.unicode.org/Public/emoji/$version/emoji-data.txt
|
||||||
|
https://www.unicode.org/Public/emoji/$version/emoji-sequences.txt
|
||||||
|
https://www.unicode.org/Public/emoji/$version/emoji-test.txt
|
||||||
|
https://www.unicode.org/Public/emoji/$version/emoji-variation-sequences.txt
|
||||||
|
https://www.unicode.org/Public/emoji/$version/emoji-zwj-sequences.txt"
|
||||||
|
checksum="700c7983a94fd9b3f6b00307c341641bdada4b57db587c968eda62b7eadb6728
|
||||||
|
05ddcef73dfd8bf8ea03191c15d92feea4a4824725d360c7884e4ef7b16d1ce4
|
||||||
|
a4104d5c9f225d4ea561c0a409f391b0944e0efc4b764d32d8eea846ef0c2137
|
||||||
|
4c8ed5428877369da143f7003b8de97f73492cd16f273ca2075292c0e460ab99
|
||||||
|
98ff05deef36f30bb16d92f1e470f277d412d8f047c7b4b47943bfcbcf0b3097"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir usr/share/unicode/emoji
|
||||||
|
vcopy "*" usr/share/unicode/emoji
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue