summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9ea33fe1b53aa9b83392c944f62e5b9009c4e9dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Michael Düll <mail@akurei.me> PGP-Key: 24060000C0DE1337

pkgname=ttf-lcsmith-typewriter
pkgver=20120906
pkgrel=3
pkgdesc='L. C. Smith Typewriter font.'
arch=('any')
license=('custom:free_for_non_commercial_use')
url="http://www.typewriters.ch/collection/l_c_smith_no5.html"
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-util')
makedepends=('wget' 'unzip')
install=$pkgname.install
source=(
  "https://web.archive.org/web/20180925203852/http://www.typewriters.ch/fonts/L.C.%20Smith%20typewriter%20font.zip"
)

package()
{
  cd "$srcdir/"
  unzip -qo L.C.%20Smith%20typewriter%20font.zip
  install -d $pkgdir/usr/share/fonts/TTF/
  install -m644 *.ttf $pkgdir/usr/share/fonts/TTF/
  install -d $pkgdir/usr/share/licenses/$pkgname/
  install -m644 $srcdir/info.txt $pkgdir/usr/share/licenses/$pkgname/
}

sha512sums=('e23a4b3afdc23127fb2ebdd6af6d9c40bdc5692dd02ffe8bb4dbefec7326a8e8c7b1a28d84f2739c61cc82e32b43810bee4a85fa3f7fb724a311884e6a35953b')