summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 45e8aa1d9561934f0e43580f7f2808cbe6e65a12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=ttf-open-sauce-sans
pkgdesc='Compact typeface optimized for small text on screen and print'
pkgver=1.474
pkgrel=2
license=(custom:OFL)
arch=(any)
url=https://github.com/marcologous/Open-Sauce-Sans
_commit=f47d508e52433f70e19c50feb6cea53242631274
source=("${pkgname}::git+${url}#commit=${_commit}")
sha256sums=(SKIP)

package () {
	cd "${pkgname}"
	install -Dm644 -t "${pkgdir}/usr/share/fonts/${pkgname}" TTF/*.ttf
	install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" License/OFL.txt
}