summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7b08dde17977e628edf3be3e587c59dadfda0caf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Nicolas Stalder <n+archlinux@stalder.io>
pkgname=otf-apfel-grotezk
pkgver=2
pkgrel=1
pkgdesc="Apfel Grotezk is a round and airy sans serif family, inspired by neo–grotesque and geometric typefaces."
arch=(any)
url="http://collletttivo.it"
license=(OFL)
source=("$url/download/ApfelGrotezk-clt.zip")
sha256sums=("0c03484fdd06763599b605b604a06a924e77f6ec4961e7f1c2105f394a693ee4")

package() {
	cd ApfelGrotezk-clt
	install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" OFL.txt
	install -Dm644 -t "$pkgdir/usr/share/fonts/apfel-grotezk" desktop/*.otf
}