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

pkgname=ttf-barcodes
pkgver=2.0.1
pkgrel=1
pkgdesc="Several barcode fonts: for EAN-13/8, 3 of 9, code 128, 2 of 5 interleaved, pdf417 and datamatrix"
arch=('any')
license=('GPL2')
url="http://grandzebu.net/informatique/codbar-en/codbar.htm"
source=(http://grandzebu.net/informatique/codbar/openbarcodes.zip)
sha256sums=('3b919ebf22f5f4f547c9e7251cdde74c44ff809db6238fa2a9fae79aee30b405')

package() {
  cd "$srcdir"
  install -d "$pkgdir/usr/share/fonts/TTF"
  install -m644 fonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
}