blob: 1b842ee5fb58dcf4c0121d8c830df15b6fdff5b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=wps-office-fonts
pkgver=1.0
pkgrel=2
pkgdesc="The wps-office-fonts package contains Founder Chinese fonts"
arch=(any)
url="http://wps-community.org/"
license=(custom)
depends=('fontconfig' 'xorg-mkfontscale')
#source=("http://kdl.cc.ksosoft.com/wps-community/download/fonts/${pkgname}_${pkgver}_all.deb")
source=("https://github.com/Universebenzene/wps-office-fonts/archive/v${pkgver}.tar.gz")
sha256sums=('db01fc07324115b181cb06f50dfe09fd17feee132c46423ee70b260830211224')
package() {
install -Dm644 -t "${pkgdir}/usr/share/fonts/${pkgname%-fonts}" "${pkgname}-${pkgver}"/*.TTF
}
|