Date: Friday, April 14, 2023 @ 15:12:42
Author: alerque
Revision: 1446042
archrelease: copy trunk to community-any
Added:
scheherazade-new-font/repos/community-any/
scheherazade-new-font/repos/community-any/PKGBUILD
(from rev 1446041, scheherazade-new-font/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: scheherazade-new-font/repos/community-any/PKGBUILD (from rev 1446041,
scheherazade-new-font/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2023-04-14 15:12:42 UTC (rev 1446042)
@@ -0,0 +1,28 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Munzir Taha <munzirtaha at gmail.com>
+# Contributor: Wyegu <bsdazs17 at gmail dot com>
+# Contributor: Firmicus <firmicus at gmx dot net>
+
+pkgbase=scheherazade-new-font
+_fname=ScheherazadeNew
+pkgname=ttf-${pkgbase%-font}
+pkgver=4.000
+pkgrel=1
+pkgdesc='An Arabic Naskh-style Unicode typeface'
+arch=(any)
+url="https://software.sil.org/${_pkgname/-*}"
+license=(OFL)
+provides=(ttf-sil-scheherazade)
+replaces=(ttf-sil-scheherazade)
+conflicts=('ttf-sil-fonts<=6')
+_archive="$_fname-$pkgver"
+source=("https://software.sil.org/downloads/r/${pkgbase%%-*}/$_archive.zip")
+sha256sums=('a79485520308e312b1677b35ccfe19c12d9379df062efd97ff9c6a3b8d8c4935')
+
+package_ttf-scheherazade-new() {
+ cd "$_fname-$pkgver"
+ install -Dm0644 -t "$pkgdir/usr/share/fonts/TTF/" *.ttf
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" OFL.txt
+ install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.txt
FONTLOG.txt documentation/pdf/*
+}
+