aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-04-08 08:43:29 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-04-08 08:43:29 +0000
commit280bcf89ae8358f89aecfe682be1d9ab1c7fe68c (patch)
tree8420516d4ac12534ad8df95681b539d948203414 /testing
parent8d7d20685fee452165179f11cef0ac472e8d0c6b (diff)
downloadaports-280bcf89ae8358f89aecfe682be1d9ab1c7fe68c.tar.bz2
aports-280bcf89ae8358f89aecfe682be1d9ab1c7fe68c.tar.xz
community/unicode-character-database community: needed by gucharmap
Diffstat (limited to 'testing')
-rw-r--r--testing/unicode-character-database/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/unicode-character-database/APKBUILD b/testing/unicode-character-database/APKBUILD
deleted file mode 100644
index 23fcdcbf50..0000000000
--- a/testing/unicode-character-database/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-pkgname=unicode-character-database
-pkgver=11.0.0
-pkgrel=0
-pkgdesc="Unicode Character Database"
-arch="noarch"
-license="BSD"
-url="http://www.unicode.org/"
-makedepends="libarchive-tools"
-source="UCD-$pkgver.zip::http://www.unicode.org/Public/zipped/$pkgver/UCD.zip
- Unihan-$pkgver.zip::http://www.unicode.org/Public/zipped/$pkgver/Unihan.zip"
-noextract={UCD,Unihan}-$pkgver.zip
-options="!check"
-builddir="$srcdir"
-
-package() {
- cd "$srcdir"
- for _f in UCD Unihan; do
- install -Dm644 $_f-$pkgver.zip "$pkgdir/usr/share/unicode/$_f.zip"
- bsdtar -C "$pkgdir/usr/share/unicode" -x --no-same-owner --no-same-permissions -f $_f-$pkgver.zip
- done
-}
-sha512sums="954a499ff072727c8778e711fb1753834adf09277c9e9a2592c02b59971860f9a407c7e9985ed1e6bdda7a3cf3b1cd6316599c4bffe8b0625413f874486830c1 UCD-11.0.0.zip
-a045e79545f1ec3529a8556d41c73b20809979e002f98314068c6f91daa79abb2ab3ab383090651b55fb55e343d8fcf67bea822d93d6e3221a206d58ef9e3a7b Unihan-11.0.0.zip"