summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoni Boucher2016-10-03 12:11:02 -0400
committerAntoni Boucher2016-10-03 12:11:02 -0400
commit292071d356941071767cc0dfbc1287037938a5f7 (patch)
treef9929a2a83c482aee0bb56cab8579e815ef88e59
downloadaur-chess-merida-unicode.tar.gz
Initial version of chess merida unicode font package.
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD22
2 files changed, 36 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..67f47b192f31
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = chess-merida-unicode
+ pkgdesc = A truetype chess font for diagrams and figurine notation
+ pkgver = 1.1
+ pkgrel = 1
+ url = http://mip.noekeon.org/HTMLTTChess/chess_merida_unicode.html
+ arch = any
+ license = custom
+ source = https://github.com/xeyownt/htmlttchess/raw/master/chess_merida_unicode.ttf
+ source = https://github.com/xeyownt/htmlttchess/raw/master/COPYING
+ md5sums = 707494358789579b59d80fc073ddea91
+ md5sums = a23a74b3f4caf9616230789d94217acb
+
+pkgname = chess-merida-unicode
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3d8449096cbd
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Antoni Boucher <bouanto [at] zoho [dot] com>
+
+pkgname=chess-merida-unicode
+pkgver=1.1
+pkgrel=1
+pkgdesc="A truetype chess font for diagrams and figurine notation"
+arch=('any')
+url="http://mip.noekeon.org/HTMLTTChess/chess_merida_unicode.html"
+license=('custom')
+source=("https://github.com/xeyownt/htmlttchess/raw/master/chess_merida_unicode.ttf"
+ "https://github.com/xeyownt/htmlttchess/raw/master/COPYING")
+md5sums=('707494358789579b59d80fc073ddea91'
+ 'a23a74b3f4caf9616230789d94217acb')
+
+package()
+{
+ cd $srcdir
+ install -m 644 -D chess_merida_unicode.ttf \
+ $pkgdir/usr/share/fonts/TTF/ChessMeridaUnicode.ttf
+ install -m 644 -D COPYING \
+ $pkgdir/usr/share/licenses/$pkgname/README
+}