[arch-commits] Commit in fira-code/repos/community-any (PKGBUILD PKGBUILD)
Jiachen Yang
farseerfc at archlinux.org
Tue Apr 14 00:58:49 UTC 2020
Date: Tuesday, April 14, 2020 @ 00:58:48
Author: farseerfc
Revision: 613850
archrelease: copy trunk to community-any
Added:
fira-code/repos/community-any/PKGBUILD
(from rev 613849, fira-code/trunk/PKGBUILD)
Deleted:
fira-code/repos/community-any/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-14 00:58:14 UTC (rev 613849)
+++ PKGBUILD 2020-04-14 00:58:48 UTC (rev 613850)
@@ -1,43 +0,0 @@
-# Maintainer: Jiachen YANG <farseerfc at gmail.com>
-# Contributor: Henrik Hodne <henrik at hodne.io>
-# Contributor: Ariel AxionL <axionl at aosc.io>
-# AUR Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgbase=fira-code
-pkgname=('ttf-fira-code' 'otf-fira-code')
-pkgver=2
-pkgrel=1
-pkgdesc="Monospaced font with programming ligatures"
-arch=('any')
-url='https://github.com/tonsky/FiraCode'
-license=('custom:OFL')
-depends=()
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz")
-sha512sums=('313f11f1550d964119c2576bc988ca7d009ebd670c93b3c4a29583f91499166816ed326fdb5a5082ed7c7a33c49263e627a3356cc739aa1a8e34689820081399')
-
-function _package {
- local dir="$srcdir/FiraCode-$pkgver"
- cd "$dir/distr"
- local ext="${1%%-*}"
- cd "$ext"
- local fonts=(FiraCode*."$ext")
- local installdir="${ext^^}"
-
- # Prepare destination directory
- install -dm755 "$pkgdir/usr/share/fonts/$installdir"
-
- # Install fonts
- local font
- for font in "${fonts[@]}"; do
- install -m644 "$font" "$pkgdir/usr/share/fonts/$installdir"
- done
-
- # Install LICENSE
- install -Dm644 "$dir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-for _pkgname in ${pkgname[@]}; do
- eval "function package_$_pkgname() { _package $_pkgname; }"
-done
-
-# vim:set ts=8 sw=4 et:
Copied: fira-code/repos/community-any/PKGBUILD (from rev 613849, fira-code/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-14 00:58:48 UTC (rev 613850)
@@ -0,0 +1,43 @@
+# Maintainer: Jiachen YANG <farseerfc at gmail.com>
+# Contributor: Henrik Hodne <henrik at hodne.io>
+# Contributor: Ariel AxionL <axionl at aosc.io>
+# AUR Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgbase=fira-code
+pkgname=('ttf-fira-code' 'otf-fira-code')
+pkgver=3
+pkgrel=1
+pkgdesc="Monospaced font with programming ligatures"
+arch=('any')
+url='https://github.com/tonsky/FiraCode'
+license=('custom:OFL')
+depends=()
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz")
+sha512sums=('2518b2fe1e2454da32a023e93c38358b0c89691f2f47b2e26e9ccf583109911b83d73880800fe02f556e9ed5888edf08e447360628eedb4e7a693a2f9e778520')
+
+function _package {
+ local dir="$srcdir/FiraCode-$pkgver"
+ cd "$dir/distr"
+ local ext="${1%%-*}"
+ cd "$ext"
+ local fonts=(FiraCode*."$ext")
+ local installdir="${ext^^}"
+
+ # Prepare destination directory
+ install -dm755 "$pkgdir/usr/share/fonts/$installdir"
+
+ # Install fonts
+ local font
+ for font in "${fonts[@]}"; do
+ install -m644 "$font" "$pkgdir/usr/share/fonts/$installdir"
+ done
+
+ # Install LICENSE
+ install -Dm644 "$dir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+for _pkgname in ${pkgname[@]}; do
+ eval "function package_$_pkgname() { _package $_pkgname; }"
+done
+
+# vim:set ts=8 sw=4 et:
More information about the arch-commits
mailing list