blob: 21e34aaa15ceb62a1831ae4b2eee6b4362c1752e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Maintainer: Tomasz Tak <nerd@linux.pl>
pkgname=ttf-labiryntowy
pkgver=1.53
pkgrel=1
pkgdesc='Artificial font consisting of vertical and horizontal bars'
arch=('any')
url='http://alfabet-ozdobny.appspot.com/?str=labiryntowy'
license=('OFL')
depends=('fontconfig')
source=('https://alfabet-ozdobny.appspot.com/images/Labiryntowy_pl.tgz')
md5sums=('6791c1714d1908f6d1bd9a464b1f6750')
package() {
install -d "${pkgdir}/usr/share/fonts/TTF/"
install -m644 Labiryntowy-1.53-pl.ttf "${pkgdir}/usr/share/fonts/TTF/Labiryntowy.ttf"
install -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm644 opis.txt "${pkgdir}/usr/share/doc/opis.txt"
install -m644 OFL.txt \
"${pkgdir}/usr/share/licenses/${pkgname}"
}
|