~alpine/aports

[alpine-aports] [PATCH] testing/font-fira-code: new aport

Details
Message ID
<20180901181953.3654-1-michal.sidor@students.mimuw.edu.pl>
Sender timestamp
1535825993
DKIM signature
missing
Download raw message
Patch: +22 -0
From: "Michal Sidor (Michcioperz)" <public+git@meekchopp.es>

---
 testing/font-fira-code/APKBUILD | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 testing/font-fira-code/APKBUILD

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"
-- 
2.18.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)