summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6f3b9b46e60f180ed9678a2e259c61c8345dc0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Jamie King <git@ironveil.cloud>

pkgname=ttf-aptos
pkgver=1.0
pkgrel=1
pkgdesc=" The (new) Aptos typeface for Microsoft 365."
arch=("any")
url="https://github.com/ironveil/github"
license=(unknown)
depends=(fontconfig)
makedepends=("git")
source=("git+https://github.com/ironveil/ttf-aptos.git")
md5sums=("SKIP")

package() {
  cd "$srcdir/ttf-aptos"

  install -d -m755 "$pkgdir/usr/share/fonts/aptos"
  install -D -m644 *.ttf "$pkgdir/usr/share/fonts/aptos"
}