summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmahyyg2020-03-14 20:02:12 +0800
committerkmahyyg2020-03-14 20:02:12 +0800
commita12972d2e87886630234445ac1e783e8cc045832 (patch)
treeb2cccc15068deaa7b284b753ff05cbd9cf6cf7ab
downloadaur-a12972d2e87886630234445ac1e783e8cc045832.tar.gz
add v1.0 of ttf-itxe-writing
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD24
-rw-r--r--ttf-itxe-writing-1.0-CFL.txt8
3 files changed, 49 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2ed4e6f14158
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,17 @@
+pkgbase = ttf-itxe-writing
+ pkgdesc = A beautiful and elegant hand-writing fonts by ITXE Studio
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://fonts.idc.moe
+ arch = any
+ license = custom:ITXE Custom Font License v1.0
+ depends = fontconfig
+ depends = xorg-fonts-encodings
+ depends = xorg-font-utils
+ source = ITXEWriting-1.0.ttf::https://github.com/kmahyyg/personal_pkgbuild/releases/download/v20200314/ITXEWriting-1.0.ttf
+ source = ttf-itxe-writing-1.0-CFL.txt::https://github.com/kmahyyg/personal_pkgbuild/raw/master/ttf-itxe-writing/ttf-itxe-writing-1.0-CFL.txt
+ sha256sums = 1ec3934aedffa8f63e5260e77d0189f81b0e7e1faf0db961ee39e1efefa241f2
+ sha256sums = aaa18aff1c138548bb47ab9941a7566a1541f2d2b14f0627ece934be2cff6aa5
+
+pkgname = ttf-itxe-writing
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..68b7bd50ed7d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Patrick Young <16604643+kmahyyg@users.noreply.github.com>
+
+pkgname=ttf-itxe-writing
+pkgver=1.0
+pkgrel=1
+_reltag='v20200314'
+pkgdesc='A beautiful and elegant hand-writing fonts by ITXE Studio'
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+arch=('any')
+url="https://fonts.idc.moe"
+license=('custom:ITXE Custom Font License v1.0')
+source=(
+ "ITXEWriting-${pkgver}.ttf::https://github.com/kmahyyg/personal_pkgbuild/releases/download/${_reltag}/ITXEWriting-${pkgver}.ttf"
+ "${pkgname}-${pkgver}-CFL.txt::https://github.com/kmahyyg/personal_pkgbuild/raw/master/ttf-itxe-writing/${pkgname}-${pkgver}-CFL.txt"
+)
+sha256sums=(
+ '1ec3934aedffa8f63e5260e77d0189f81b0e7e1faf0db961ee39e1efefa241f2'
+ 'aaa18aff1c138548bb47ab9941a7566a1541f2d2b14f0627ece934be2cff6aa5'
+)
+package() {
+ install -dm 755 "${pkgdir}/usr/share/fonts/TTF"
+ install -m 644 ITXEWriting-${pkgver}.ttf "${pkgdir}/usr/share/fonts/TTF/ITEXWriting.ttf"
+ install -Dm644 ${pkgname}-${pkgver}-CFL.txt "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
diff --git a/ttf-itxe-writing-1.0-CFL.txt b/ttf-itxe-writing-1.0-CFL.txt
new file mode 100644
index 000000000000..ad5c3769045b
--- /dev/null
+++ b/ttf-itxe-writing-1.0-CFL.txt
@@ -0,0 +1,8 @@
+ITXE Writing is a handwritten font launched by ITXE Studio, which can be used for free for non-commercial purposes.
+This font is forbidden to be modified, sold or resold. It is owned by ITXE Studio and can be applied for commercial authorization in ITXE Fonts.
+Thank you for using it!
+
+Author site: https://www.idc.moe
+ITXE official website: https://www.itxe.net
+
+Packager Note: We've asked the author's grant that for non-commercial and unmodified purposes, we can redistribute it.