[arch-commits] Commit in ttf-cascadia-code/repos (2 files)

Jerome Leclanche jleclanche at archlinux.org
Mon Oct 14 21:31:38 UTC 2019


    Date: Monday, October 14, 2019 @ 21:31:37
  Author: jleclanche
Revision: 515929

archrelease: copy trunk to community-any

Added:
  ttf-cascadia-code/repos/community-any/
  ttf-cascadia-code/repos/community-any/PKGBUILD
    (from rev 515928, ttf-cascadia-code/trunk/PKGBUILD)

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

Copied: ttf-cascadia-code/repos/community-any/PKGBUILD (from rev 515928, ttf-cascadia-code/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-10-14 21:31:37 UTC (rev 515929)
@@ -0,0 +1,26 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=ttf-cascadia-code
+_pkgname=cascadia-code
+pkgver=1910.04
+pkgrel=1
+pkgdesc="A monospaced font by Microsoft that includes programming ligatures"
+arch=("any")
+url="https://github.com/microsoft/cascadia-code"
+license=("custom:OFL")
+depends=("fontconfig" "xorg-font-utils")
+
+source=(
+	"$pkgname-$pkgver.tar.gz::https://github.com/microsoft/cascadia-code/archive/v$pkgver.tar.gz"
+)
+sha256sums=(
+	"544ab759190f7dc2d16e9ad9d828fbf7eabf85aa55a159351250452187aa6d0f"
+)
+
+
+package() {
+	cd "$srcdir/$_pkgname-$pkgver"
+
+	install -Dm644 "CascadiaCode-Regular-VTT.ttf" "$pkgdir/usr/share/fonts/TTF/Cascadia.ttf"
+	install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list