summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0aa672c379e894aa88f9c319d7c7765ee4e0d91b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Jeffrey Crochet <jlcrochet at pm dot me>

pkgname=gohufont-otb
pkgver=2.1
pkgrel=6
pkgdesc="OpenType bitmap conversion of Gohufont"
arch=(any)
url=https://font.gohu.org
license=(custom:WTFPL)
conflicts=(gohufont gohu-ttf gohufont-powerline)
source=(https://font.gohu.org/gohufont-$pkgver-otb.tar.gz)
md5sums=('154921c092ac5a4e1806e04d84d6707d')

package() {
    cd "$srcdir/gohufont-$pkgver-otb"
    for i in *.otb; do
        install -Dm 644 $i "$pkgdir/usr/share/fonts/$pkgname/$i"
    done
    install -Dm 644 COPYING-LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING-LICENSE"
}