summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorveyen2016-10-07 23:17:37 +0200
committerveyen2016-10-07 23:17:37 +0200
commit7c4454a374093a89aef65d8093bd2e815d83d07a (patch)
treed450e2bc45c4fdc2b4102e807cb0019732c52531
parent7f82d0ee48180f945990663db5def32dee8aadba (diff)
downloadaur-7c4454a374093a89aef65d8093bd2e815d83d07a.tar.gz
added license
-rw-r--r--.SRCINFO3
-rw-r--r--LICENSE9
-rw-r--r--PKGBUILD5
3 files changed, 14 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e22e6bf01c6..a35a1cc20c11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-abkai
pkgdesc = Abkai Xanyan TTF font for Manchu, Sibe and Daur scripts
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = http://abkai.net/core/en/
install = ttf-abkai.install
arch = any
@@ -9,6 +9,7 @@ pkgbase = ttf-abkai
depends = fontconfig
depends = xorg-font-utils
source = Ab-Xy.ttf
+ source = LICENSE
sha256sums = SKIP
pkgname = ttf-abkai
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..aa1a4120a3e9
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,9 @@
+From: http://abkai.net/core/en/abkai/copyright/
+
+太清网 © Abkai.net & Daicing.com
+
+Abkai fonts and keyboards are offered free of charge to everybody for personal non-commercial use. We will also offer you more fonts and services if you sponsor us. Please visit:
+
+Abkai Store @ Taobao (http://abkai.net/core)
+
+For commercial use of personal or business-related, you need to buy a license from us. Please contact us (http://abkai.net/core/abkai/contact-us/).
diff --git a/PKGBUILD b/PKGBUILD
index 9995f8263af8..f19e9f7776de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=ttf-abkai
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Abkai Xanyan TTF font for Manchu, Sibe and Daur scripts"
arch=(any)
depends=(fontconfig xorg-font-utils)
-source=("Ab-Xy.ttf" )
+source=("Ab-Xy.ttf" "LICENSE")
url="http://abkai.net/core/en/"
license=('custom')
install=$pkgname.install
@@ -14,4 +14,5 @@ package() {
cd "${srcdir}"
install -d "$pkgdir/usr/share/fonts/TTF"
install -Dm644 *.ttf "$pkgdir/usr/share/fonts/TTF"
+ install -D -m644 LICENSE"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}