summaryrefslogtreecommitdiff
path: root/pcr/ttf-asana-math/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-20 16:42:20 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-20 16:43:29 +0100
commit97b4c9f645eaa87623c51e028aebbb254d58ba13 (patch)
tree5cc3359fc7d38e107d79bae2e86a6c7ce003ceae /pcr/ttf-asana-math/PKGBUILD
parent385d89af01a2e17d04bc4f299a57f29bf5d7a04e (diff)
downloadabslibre-97b4c9f645eaa87623c51e028aebbb254d58ba13.tar.gz
abslibre-97b4c9f645eaa87623c51e028aebbb254d58ba13.tar.bz2
abslibre-97b4c9f645eaa87623c51e028aebbb254d58ba13.zip
pcr/ttf-asana-math: removed
Diffstat (limited to 'pcr/ttf-asana-math/PKGBUILD')
-rw-r--r--pcr/ttf-asana-math/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/ttf-asana-math/PKGBUILD b/pcr/ttf-asana-math/PKGBUILD
deleted file mode 100644
index 7e65f751b..000000000
--- a/pcr/ttf-asana-math/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer (Arch): GordonGR <gordongr@freemail.gr>
-# Maintainer: Alon Ivtsan <alonivtsan@lavabit.com>
-pkgname=ttf-asana-math
-pkgver=000.954
-pkgrel=1
-license=('Custom: OFL')
-depends=('fontconfig' 'xorg-font-utils')
-pkgdesc="A font to typeset maths in Xe(La)TeX and Lua(La)TeX by Apostolos Syropoulos"
-arch=('any')
-url="http://www.ctan.org/pkg/asana-math"
-source=("ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/fonts/Asana-Math/Asana-Math.ttf"
-"http://scripts.sil.org/cms/scripts/render_download.php?&format=file&media_id=OFL_plaintext&filename=OFL.txt")
-md5sums=('acc1721727c225b31aa0b9857b6ccd76'
- '6ed93967ff0dc6dd9c8d31c17f817a06')
-install=$pkgname.install
-
-package()
-{
-mkdir -p $pkgdir/usr/share/fonts/TTF
-cp *.ttf $pkgdir/usr/share/fonts/TTF
-mkdir -p $pkgdir/usr/share/licenses/custom/ttf-asana-math/
-mv 'render_download.php?&format=file&media_id=OFL_plaintext&filename=OFL.txt' LICENSE
-cp LICENSE $pkgdir/usr/share/licenses/custom/ttf-asana-math/
-}