Date: Wednesday, April 7, 2021 @ 19:35:41
  Author: escondida
Revision: 912610

archrelease: copy trunk to community-any

Added:
  libertinus-font/repos/community-any/
  libertinus-font/repos/community-any/PKGBUILD
    (from rev 912609, libertinus-font/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: libertinus-font/repos/community-any/PKGBUILD (from rev 912609, 
libertinus-font/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2021-04-07 19:35:41 UTC (rev 912610)
@@ -0,0 +1,24 @@
+# Maintainer: Ivy Foster <[email protected]>
+# Reference: PKGBUILD(5)
+
+pkgname=libertinus-font
+pkgver=7.031
+pkgrel=1
+pkgdesc='Fonts based on Linux Libertine/Biolinum, with extended math support'
+url=https://github.com/alerque/libertinus
+license=(custom:OFL)
+
+provides=(otf-libertinus)
+replaces=(otf-libertinus)
+
+arch=(any)
+source=("https://github.com/alerque/libertinus/releases/download/v$pkgver/Libertinus-$pkgver.tar.xz";)
+# Warning: checksums provided by packager, not upstream
+sha256sums=(32cdd2cbd9927b9bda1d500c50faefffa0e1d989b4fbb3ea010dc3efd4495eb0)
+
+package() {
+       cd "Libertinus-$pkgver"
+       install -d "$pkgdir/usr/share/fonts/libertinus"
+       install -m644 -t "$pkgdir/usr/share/fonts/libertinus" static/OTF/*.otf
+       install -Dm644 OFL.txt 
"$pkgdir/usr/share/licenses/libertinus-font/OFL.txt"
+}

Reply via email to