[arch-commits] Commit in ttf-iosevka-nerd/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 15:53:13 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:53:12
  Author: foutrelis
Revision: 1142581

archrelease: copy trunk to community-staging-any

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

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

Copied: ttf-iosevka-nerd/repos/community-staging-any/PKGBUILD (from rev 1142579, ttf-iosevka-nerd/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-03-06 15:53:12 UTC (rev 1142581)
@@ -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=2
+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