blob: dfc4ae71fe2d477749ca98fa7bb3b6cc5cea4b2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Maintainer: mrxx <mrxx at cyberhome dot at>
pkgname=ttf-choc
pkgver=20090526
pkgrel=2
pkgdesc="Font based on the traditions of Japanese brush calligraphy, thick yet graceful"
arch=('any')
url="https://www.ffonts.net/Choc.font"
license=('unknown')
depends=('fontconfig' 'xorg-fonts-encodings')
source=("$pkgname-$pkgver.zip::${url}.zip")
sha1sums=('27aff590700aebc46b8eb268a619e7e1b2a2a828')
package() {
install -d ${pkgdir}/usr/share/fonts/TTF
install -Dm644 ${srcdir}/choc.ttf ${pkgdir}/usr/share/fonts/TTF/
}
|