summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1481f826754eed289a88eedf04f06f5e348f2317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Pig Fang <g-plane@hotmail.com>

pkgname=otf-martian-mono
pkgver=1.0.0
pkgrel=1
pkgdesc='Free and open-source monospaced font from Evil Martians'
arch=('any')
url='https://github.com/evilmartians/mono'
license=('OFL')
source=("https://github.com/evilmartians/mono/releases/download/v$pkgver/martian-mono-$pkgver-otf.zip"
        "https://raw.githubusercontent.com/evilmartians/mono/main/OFL.txt")
sha256sums=('82683f519651fb05e29d47d075f10e8db40ff5328a50e641e5c30f5fa94297b6'
            SKIP)

package() {
  install -d $pkgdir/usr/share/fonts/OTF
  install -m644 *.otf $pkgdir/usr/share/fonts/OTF/
  install -D -m644 OFL.txt $pkgdir/usr/share/licenses/$pkgname/OFL.txt
}