Date: Friday, October 21, 2022 @ 21:14:00
  Author: blakkheim
Revision: 1333309

archrelease: copy trunk to community-any

Added:
  ttf-terminus-nerd/repos/community-any/
  ttf-terminus-nerd/repos/community-any/PKGBUILD
    (from rev 1333308, ttf-terminus-nerd/trunk/PKGBUILD)

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

Copied: ttf-terminus-nerd/repos/community-any/PKGBUILD (from rev 1333308, 
ttf-terminus-nerd/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2022-10-21 21:14:00 UTC (rev 1333309)
@@ -0,0 +1,24 @@
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Joseph R. Quinn <[email protected]>
+
+pkgname=ttf-terminus-nerd
+pkgver=2.2.2
+pkgrel=2
+pkgdesc="Patched font Terminus (Terminess) from nerd-fonts library"
+arch=("any")
+url="https://github.com/ryanoasis/nerd-fonts";
+license=("MIT")
+provides=(ttf-font-nerd)
+conflicts=(nerd-fonts-terminus)
+replaces=(nerd-fonts-terminus)
+source=("terminus-${pkgver}.zip::${url}/releases/download/v${pkgver}/Terminus.zip")
+sha256sums=('37b233e2bb39d8b484815eb4d43857af177c50eb2e625d2626b60f2ea58449e1')
+
+prepare() {
+  find "${srcdir}" -name '*Windows*' -delete
+}
+
+package() {
+  install -Dm644 *.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+  install -Dm644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Reply via email to