Skip to content
Snippets Groups Projects
Verified Commit 6419834d authored by Caleb Maclennan's avatar Caleb Maclennan Committed by Caleb Maclennan
Browse files

Package font documentation

parent 03101968
No related branches found
No related tags found
No related merge requests found
pkgbase = ttf-sil-doulos
pkgdesc = complete support for the International Phonetic Alphabet
pkgver = 5.000
pkgrel = 2
pkgrel = 3
url = https://software.sil.org/doulos
arch = any
license = custom:OFL
license = OFL
source = http://software.sil.org/downloads/r/doulos/DoulosSIL-5.000.zip
sha256sums = 0b309c3db813a98ce884c0bd25c7f5c0bd96bbffd076459e39298812ca22472e
......
......@@ -4,17 +4,18 @@ _pkgname=doulos
pkgname=ttf-sil-$_pkgname
_fname=${_pkgname^}SIL
pkgver=5.000
pkgrel=2
pkgrel=3
pkgdesc='complete support for the International Phonetic Alphabet'
arch=('any')
url="https://software.sil.org/$_pkgname"
license=('custom:OFL')
license=('OFL')
source=("http://software.sil.org/downloads/r/$_pkgname/$_fname-$pkgver.zip")
sha256sums=('0b309c3db813a98ce884c0bd25c7f5c0bd96bbffd076459e39298812ca22472e')
package() {
cd "$_fname-$pkgver"
find -type f -iname "$_fname*.ttf" -execdir \
install -Dm644 {} -t "$pkgdir/usr/share/fonts/TTF" \;
install -Dm644 OFL.txt -t "$pkgdir/usr/share/licenses/$pkgname"
find -type f -name "$_fname*.ttf" -execdir \
install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" {} \;
install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.txt FONTLOG.txt documentation/*.pdf
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" OFL.txt
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment