summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fd33de10046de91cf4e1c9060a30b7c7790804b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: maoyaotang <292898660@qq.com>

pkgname=ttf-honorsans
_pkgname=honorsans
pkgver=1.2
pkgrel=1
pkgdesc='华为HONORSans字体'
arch=('any')
url='https://developer.honor.com/cn/'
license=('custom')
provides=('HONORSans')
source=("git+https://gitee.com/mao-yaotang/honorsans.git")
sha256sums=('SKIP')

package() {
  cd "${_pkgname}"
  install -dm 755 "${pkgdir}/usr/share/fonts/HONORSans"
  cp -r * "${pkgdir}/usr/share/fonts/HONORSans"
  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
}