summaryrefslogtreecommitdiff
path: root/user/cm-unicode
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-01-28 03:09:14 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-01-28 03:09:14 +0000
commit1cfde161f34685366e3d94bd6dddaba30af2f4c5 (patch)
tree7e21772d85d244c9c873bfa286eef5be1a343752 /user/cm-unicode
parentdcdc90f0c2903e55b1b859435c03c17c740201f3 (diff)
downloadpackages-1cfde161f34685366e3d94bd6dddaba30af2f4c5.tar.gz
packages-1cfde161f34685366e3d94bd6dddaba30af2f4c5.tar.bz2
packages-1cfde161f34685366e3d94bd6dddaba30af2f4c5.tar.xz
packages-1cfde161f34685366e3d94bd6dddaba30af2f4c5.zip
user/cm-unicode: new package
Diffstat (limited to 'user/cm-unicode')
-rw-r--r--user/cm-unicode/APKBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/user/cm-unicode/APKBUILD b/user/cm-unicode/APKBUILD
new file mode 100644
index 000000000..30a09c8a0
--- /dev/null
+++ b/user/cm-unicode/APKBUILD
@@ -0,0 +1,21 @@
+# Contributor: A. Wilcox <awilfox@adelielinux.org>
+# Maintainer: A. Wilcox <awilfox@adelielinux.org>
+pkgname=cm-unicode
+pkgver=0.7.0
+pkgrel=0
+pkgdesc="The default TeX typeface, Computer Modern"
+url="http://cm-unicode.sourceforge.net/"
+arch="noarch"
+options="!check" # No test suite.
+license="OFL-1.1"
+depends="fontconfig"
+makedepends=""
+subpackages=""
+source="https://downloads.sourceforge.net/cm-unicode/cm-unicode-$pkgver-ttf.tar.xz"
+
+package() {
+ cd "$builddir"
+ install -m644 -Dt "$pkgdir"/usr/share/fonts/X11/TTF/ *.ttf
+}
+
+sha512sums="6340b7c6b220c8c887a4b77e77a01a43bedf13d08dd1d62570de70866d0bff908adf3fcb7907149ab2f5ab060650b39eaad3c01c1e8d028bbeb879b058190e70 cm-unicode-0.7.0-ttf.tar.xz"