mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
New package: unicode-character-database-12.1.0
This commit is contained in:
parent
5e87e447a8
commit
c77b0b5291
1 changed files with 23 additions and 0 deletions
23
srcpkgs/unicode-character-database/template
Normal file
23
srcpkgs/unicode-character-database/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'unicode-character-database'
|
||||
pkgname=unicode-character-database
|
||||
version=12.1.0
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
short_desc="Unicode Character Database"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="Unicode-DFS-2016"
|
||||
homepage="https://www.unicode.org/"
|
||||
distfiles="https://www.unicode.org/Public/zipped/${version}/UCD.zip
|
||||
https://www.unicode.org/Public/zipped/${version}/Unihan.zip"
|
||||
checksum="25ba51a0d4c6fa41047b7a5e5733068d4a734588f055f61e85f450097834a0a6
|
||||
6e4553f3b5fffe0d312df324d020ef1278d9595932ae03f4e8a2d427de83cdcd"
|
||||
|
||||
do_build() {
|
||||
#compat symlinks
|
||||
ln -s . ucd
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir /usr/share/unicode/
|
||||
vcopy "*" /usr/share/unicode/
|
||||
}
|
Loading…
Add table
Reference in a new issue