diff --git a/ttf-lastresort/.SRCINFO b/ttf-lastresort/.SRCINFO new file mode 100644 index 0000000..41bc313 --- /dev/null +++ b/ttf-lastresort/.SRCINFO @@ -0,0 +1,14 @@ +pkgbase = ttf-lastresort + pkgdesc = Unicode last resort fallback font. + pkgver = 13.001 + pkgrel = 1 + url = https://github.com/unicode-org/last-resort-font + arch = any + license = OFL + source = LastResortHE-13.001.ttf::https://github.com/unicode-org/last-resort-font/releases/download/13.001/LastResortHE-Regular.ttf + source = LastResort-LICENSE-13.001::https://raw.githubusercontent.com/unicode-org/last-resort-font/13.001/LICENSE.md + sha256sums = 07b64116e1a39fa42dee23bbe81fd464809043cc4c0243d3e67622ed29efbe6c + sha256sums = 6a73f9541c2de74158c0e7cf6b0a58ef774f5a780bf191f2d7ec9cc53efe2bf2 + +pkgname = ttf-lastresort + diff --git a/ttf-lastresort/PKGBUILD b/ttf-lastresort/PKGBUILD new file mode 100644 index 0000000..2d91623 --- /dev/null +++ b/ttf-lastresort/PKGBUILD @@ -0,0 +1,17 @@ +# Maintainer: Bert Peters +pkgname=ttf-lastresort +pkgver=13.001 +pkgrel=1 +pkgdesc="Unicode last resort fallback font." +arch=('any') +url="https://github.com/unicode-org/last-resort-font" +license=('OFL') +source=(LastResortHE-$pkgver.ttf::$url/releases/download/$pkgver/LastResortHE-Regular.ttf + LastResort-LICENSE-$pkgver::https://raw.githubusercontent.com/unicode-org/last-resort-font/$pkgver/LICENSE.md) +sha256sums=('07b64116e1a39fa42dee23bbe81fd464809043cc4c0243d3e67622ed29efbe6c' + '6a73f9541c2de74158c0e7cf6b0a58ef774f5a780bf191f2d7ec9cc53efe2bf2') + +package() { + install -Dm644 "LastResortHE-$pkgver.ttf" "$pkgdir/usr/share/fonts/TTF/LastResortHE.ttf" + install -Dm644 "LastResort-LICENSE-$pkgver" "$pkgdir/usr/share/licenses/ttf-lastresort/LICENSE" +}