summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvcalv2024-01-28 19:22:39 -0500
committervcalv2024-01-28 19:22:39 -0500
commit34c203ebca363d63157d767ec4efd75b4971a15a (patch)
tree368a7645d0adc3d80cd1b4df5a48b7e3089b843d
downloadaur-34c203ebca363d63157d767ec4efd75b4971a15a.tar.gz
init
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD26
2 files changed, 37 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..81da4bf8fbdd
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = ttf-topaz
+ pkgdesc = Amiga 500 Topaz font updated for the 21st century
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://gitlab.com/Screwtapello/topaz-unicode
+ arch = any
+ license = custom
+ source = https://gitlab.com/Screwtapello/topaz-unicode/-/jobs/6036905109/artifacts/download
+ sha512sums = 8ab867faa3f21f806c0657550f04d5f2bc6ddfa7ad6a5776690a1f24bd36d6008a1b876349632287110645811742be163880b38686b2d91df2ade07f3af2d16a
+
+pkgname = ttf-topaz
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9a2f5800bd76
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,26 @@
+# Maintainer: vcalv
+
+pkgname=ttf-topaz
+pkgver=1.0
+pkgrel=1
+pkgdesc="Amiga 500 Topaz font updated for the 21st century"
+arch=('any')
+url="https://gitlab.com/Screwtapello/topaz-unicode"
+license=(custom)
+depends=()
+conflicts=()
+source=("https://gitlab.com/Screwtapello/topaz-unicode/-/jobs/6036905109/artifacts/download")
+sha512sums=('8ab867faa3f21f806c0657550f04d5f2bc6ddfa7ad6a5776690a1f24bd36d6008a1b876349632287110645811742be163880b38686b2d91df2ade07f3af2d16a')
+
+
+build() {
+ cd ${srcdir}/${_pkgname}
+ #gzip -9 -k -v topaz_unicode_ks13-16.psf
+}
+
+package() {
+ install -Dm644 -t "$pkgdir/usr/share/fonts/TTF/" *.ttf
+ #install -Dm644 -t "$pkgdir//usr/share/kbd/consolefonts/" *.psf*
+}
+
+