summaryrefslogtreecommitdiff
path: root/user/ttc-iosevka
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-01-29 21:47:32 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-01-29 21:47:32 +0000
commit0c8a088e5c1e8bea3a9be562cbf7e3ba58333cde (patch)
tree2e81f3e3eebcfba8fe2271933ff3212cbf3bc6d6 /user/ttc-iosevka
parent4260bb75223fb4e3c2bb12a4147aefc86d58b30f (diff)
downloadpackages-0c8a088e5c1e8bea3a9be562cbf7e3ba58333cde.tar.gz
packages-0c8a088e5c1e8bea3a9be562cbf7e3ba58333cde.tar.bz2
packages-0c8a088e5c1e8bea3a9be562cbf7e3ba58333cde.tar.xz
packages-0c8a088e5c1e8bea3a9be562cbf7e3ba58333cde.zip
user/ttf-iosevka: new package
Diffstat (limited to 'user/ttc-iosevka')
-rw-r--r--user/ttc-iosevka/APKBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/user/ttc-iosevka/APKBUILD b/user/ttc-iosevka/APKBUILD
new file mode 100644
index 000000000..65708fe74
--- /dev/null
+++ b/user/ttc-iosevka/APKBUILD
@@ -0,0 +1,24 @@
+# Contributor: A. Wilcox <awilfox@adelielinux.org>
+# Maintainer: A. Wilcox <awilfox@adelielinux.org>
+pkgname=ttc-iosevka
+pkgver=2.0.2
+pkgrel=0
+pkgdesc="Monospace sans-serif typeface"
+url="http://typeof.net/Iosevka/"
+arch="noarch"
+options="!check" # No test suite.
+license="OFL-1.1"
+depends="fontconfig"
+makedepends=""
+subpackages=""
+source="https://github.com/be5invis/Iosevka/releases/download/v2.0.2/ttc-iosevka-$pkgver.zip
+ https://github.com/be5invis/Iosevka/releases/download/v2.0.2/ttc-iosevka-slab-$pkgver.zip"
+builddir="$srcdir"
+
+package() {
+ cd "$builddir"
+ install -m644 -Dt "$pkgdir"/usr/share/fonts/X11/TTF *.ttc
+}
+
+sha512sums="8dbb60b94ade9212a7dbcfaf3a4dfba3f7d148ad78cf6f658ec3d471a799b172815ff43a6fe4e3916e2d0790c9097d3d452e56ded052f7c9e1fd0d69af8c6bd4 ttc-iosevka-2.0.2.zip
+92baa82979901b895d8038b020a47697b749e9600422236f02ad93381c8af8efb16978798bec38edeed0a8ad9a10f43f4879702936c885d8c21b700cd8f6e3cf ttc-iosevka-slab-2.0.2.zip"