diff options
author | Michal Sidor (Michcioperz) <public+git@meekchopp.es> | 2018-09-01 20:19:53 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-04 08:26:19 +0000 |
commit | 47d5be7b7b4c66931bfd17171546fe55c1d7f71b (patch) | |
tree | 1d5dccd854ae22f1d6a876f432c71ca46a7e18d0 /testing/font-fira-code | |
parent | 0679ed96328e32c5dbfacdfd87dc7d2137e3e25f (diff) | |
download | aports-47d5be7b7b4c66931bfd17171546fe55c1d7f71b.tar.bz2 aports-47d5be7b7b4c66931bfd17171546fe55c1d7f71b.tar.xz |
testing/font-fira-code: new aport
Diffstat (limited to 'testing/font-fira-code')
-rw-r--r-- | testing/font-fira-code/APKBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/font-fira-code/APKBUILD b/testing/font-fira-code/APKBUILD new file mode 100644 index 0000000000..2605cfbb2b --- /dev/null +++ b/testing/font-fira-code/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: Michal Sidor <public+git@meekchopp.es> +# Maintainer: +pkgname=font-fira-code +_pkgname=firacode +pkgver=1.205 +pkgrel=0 +pkgdesc="monospaced font with programming ligatures" +url="https://github.com/tonsky/FiraCode" +arch="noarch" +license="OFL-1.1" +depends="fontconfig" +options="!check" +source="https://github.com/tonsky/FiraCode/releases/download/$pkgver/FiraCode_$pkgver.zip" +builddir="$srcdir" + +package() { + cd "$builddir" + install -d "$pkgdir/usr/share/fonts/$_pkgname" + install -t "$pkgdir"/usr/share/fonts/$_pkgname otf/*.otf +} + +sha512sums="6128c56b1b14a3bc20f72cfbd3f5ef12a96fca257f70e79e24b9ca01d51bab845115f24c30a1b5b8c10d6636e222498fcdec2d5ff18c94dc370522751d57c189 FiraCode_1.205.zip" |