summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2018-10-20 18:24:51 -0700
committeryar2018-10-20 18:24:51 -0700
commit958950323fc866d4097ac5edcac517549dc88942 (patch)
treeae4833008eeff4057035acd5c2791ed124446eab
downloadaur-958950323fc866d4097ac5edcac517549dc88942.tar.gz
init
-rw-r--r--.SRCINFO20
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD23
3 files changed, 45 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f22c15815b75
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+# Generated by mksrcinfo v8
+# Sun Oct 21 01:24:46 UTC 2018
+pkgbase = ttf-code2002
+ pkgdesc = beta test font for Plane Two
+ pkgver = 2005.04.05
+ pkgrel = 1
+ url = https://web.archive.org/web/20101122141939/http://code2000.net/
+ arch = any
+ license = custom
+ depends = fontconfig
+ depends = xorg-fonts-encodings
+ depends = xorg-mkfontscale
+ depends = xorg-mkfontdir
+ source = https://web.archive.org/web/20101122142710/http://code2000.net/CODE2002.ZIP
+ md5sums = 37526f6ad67a0ae0b589094988dab045
+ sha256sums = 0dbc65536c8f875a9aafe52a070a8103ea97f480ade03487c9fc10db6fa5ae87
+ sha512sums = ebea82012f6d733a2f72b65910898e2f5efca8f6fb30d2b48a878914d0930df007bb17345ced2bd2af93331be2e814686cc28181f208aad0dd46501833f65c12
+
+pkgname = ttf-code2002
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a6e3fdce2192
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/CODE2002.ZIP
+/ttf-code2002-*.log
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..19120a96e307
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Contributor: Alex Suykov <axs@ukr.net>
+
+pkgname=ttf-code2002
+pkgver=2005.04.05
+pkgrel=1
+pkgdesc="beta test font for Plane Two"
+arch=('any')
+url="https://web.archive.org/web/20101122141939/http://code2000.net/"
+license=('custom')
+depends=(
+ 'fontconfig'
+ 'xorg-fonts-encodings'
+ 'xorg-mkfontscale'
+ 'xorg-mkfontdir'
+)
+source=('https://web.archive.org/web/20101122142710/http://code2000.net/CODE2002.ZIP')
+md5sums=('37526f6ad67a0ae0b589094988dab045')
+sha256sums=('0dbc65536c8f875a9aafe52a070a8103ea97f480ade03487c9fc10db6fa5ae87')
+sha512sums=('ebea82012f6d733a2f72b65910898e2f5efca8f6fb30d2b48a878914d0930df007bb17345ced2bd2af93331be2e814686cc28181f208aad0dd46501833f65c12')
+
+package() {
+ install -D -m644 CODE2002.TTF "$pkgdir/usr/share/fonts/TTF/Code2002.ttf"
+}