[arch-commits] Commit in ttf-iosevka-nerd (3 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Sat Sep 25 14:08:47 UTC 2021


    Date: Saturday, September 25, 2021 @ 14:08:47
  Author: alucryd
Revision: 1025194

archrelease: copy trunk to community-any

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

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

Copied: ttf-iosevka-nerd/repos/community-any/PKGBUILD (from rev 1025193, ttf-iosevka-nerd/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2021-09-25 14:08:47 UTC (rev 1025194)
@@ -0,0 +1,31 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tommaso Sardelli <lacapannadelloziotom at gmail.com>
+# Contributor: Sri Harsha <toletysriharsha9 at gmail.com>
+
+pkgname=ttf-iosevka-nerd
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Typeface family designed for coding, terminal use and technical documents (Nerd Fonts)'
+arch=(any)
+url=https://github.com/ryanoasis/nerd-fonts
+license=(MIT)
+provides=(ttf-font-nerd)
+conflicts=(nerd-fonts-iosevka)
+replaces=(nerd-fonts-iosevka)
+source=(
+  "Iosevka-nerd-v${pkgver}.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v${pkgver}/Iosevka.zip"
+  "https://github.com/ryanoasis/nerd-fonts/raw/v${pkgver}/LICENSE"
+)
+b2sums=('2de67d3aa61bc4c81b8dd6fe0a38d27363bd254e05237b491decfac3bdad7fce9ab9fac8138f8b20f8345a4059b17b13311ffc6897404c91fe8b5f1e1f9de056'
+        'ece38b21e41c31a10260b2a99ea23661a945c11b5edbcb625b0e317be59050cc3bc04d72d4b36f94d89c263fd742d31b55f449057ad54a7e912cd1b472a38a84')
+
+prepare() {
+  find "${srcdir}" -name '*Windows*' -delete
+}
+
+package() {
+  install -Dm 644 *.ttf -t "${pkgdir}"/usr/share/fonts/TTF/
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ttf-iosevka-nerd/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list