summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 47644f263578c10a73e97fa827a39a12a929b9cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Marcel Korpel <marcel[dot]korpel[at]gmail>

pkgname=ttf-kix
pkgver=1
pkgrel=1
pkgdesc='The KIX code is a barcode-like format used by the Dutch Post to encode zip codes and street numbers in a machine-readable format (Royal Mail 4 State Code)'
arch=('any')
url='https://www.postnl.nl/klantenservice/bestellen-en-downloaden/documentatie-downloaden/kix-code/'
license=('unknown')
source=('https://www.postnl.nl/Images/KIX-font-brg-ttf-PostNL_tcm10-11662.zip')
sha256sums=('fa113518a3a4528b5a3960efa6a6a4fbd17836bca65d1ce626bb87f52e646b4f')

package() {
  install -Dm644 "${srcdir}/Kixbrg__.ttf" "${pkgdir}/usr/share/fonts/TTF/Kixbrg__.ttf"
}