desktop/unicode-emoji/PKGBUILD
2017-05-19 13:34:46 +01:00

29 lines
1.8 KiB
Bash

# Contribution from Arch:
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=unicode-emoji
pkgver=4.0
pkgrel=1
pkgdesc="Unicode Emoji Data Files"
arch=('any')
url="http://www.unicode.org/emoji/"
license=('custom:Unicode')
source=("http://www.unicode.org/Public/emoji/$pkgver/ReadMe.txt"
"http://www.unicode.org/Public/emoji/$pkgver/emoji-data.txt"
"http://www.unicode.org/Public/emoji/$pkgver/emoji-sequences.txt"
"http://www.unicode.org/Public/emoji/$pkgver/emoji-test.txt"
"http://www.unicode.org/Public/emoji/$pkgver/emoji-zwj-sequences.txt"
"unicode-copyright.html::http://www.unicode.org/copyright.html")
sha512sums=('077d39fab993cef44bf788d785dc2721d3a6b330c79ec23a95ba476127b1e065ef151a19f880a35333a5626ab62ab1704a9902e334a542fbea10ab7242631d69'
'4b2addbcf9ce7f320daa8c8738beafa940752a2df624724d0ee944fdf8ce611f8cdf3285f13ad05a8f9be9081942cf786f96b31f240f5038793c0e281b999318'
'9a70bcb04bb369fd2078df1dbdbade1068d33593b68b9359062e81900c6ef54c1886d2831bfa55cfe4db7b0501570144408b525da5b6c5666e6e71ef442037fb'
'39461e3b242798238a7f653f388e605d7b5ad74147fb644d3754ca72f1add7aa946cfd649c36ebd9306539629f149304fa92801bfc18257077d43659745e10e7'
'92b7342c74d4812f1c0453d5e6db49e80becd6848b6d5ba316d5d4734915286cc6d8989abaa2a601d873b1c9002d3d47d2cc8b107448bbe28856ef8705c3e00b'
'd8644a4b2e0bd8b165f00d5d21323f7c07c56d6287e8a793eac961ddfd912d2ac49e395d69ad404698d3e3c0c5dca5480569702e99de50b526954c3ae84a164f')
package() {
install -dm755 "$pkgdir"/usr/share/unicode/emoji
install -m644 ReadMe.txt emoji-data.txt emoji-sequences.txt emoji-test.txt emoji-zwj-sequences.txt "$pkgdir"/usr/share/unicode/emoji/
install -Dm644 unicode-copyright.html "$pkgdir"/usr/share/licenses/$pkgname/copyright.html
}