summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2018-04-11 12:00:32 +0530
committerJishnu Mohan2018-04-11 12:00:32 +0530
commit48adb61bf459aab0340b3050dbf876815a8fd37c (patch)
tree790b956c8f640bd7cdbde71db2384c853a49ddd1
parentcd2b61077fdd32c6a333e313b8cd0ddb8ad8314f (diff)
downloadaur-48adb61bf459aab0340b3050dbf876815a8fd37c.tar.gz
add license
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD9
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49ace1abcd29..6019d17ebc72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ttf-malayalam-font-keraleeyam
url = http://smc.org.in/fonts/
install = ttf-malayalam-fonts.install
arch = any
+ license = OFL1.1
depends = fontconfig
depends = xorg-font-utils
source = http://smc.org.in/downloads/fonts/keraleeyam/Keraleeyam.ttf
diff --git a/PKGBUILD b/PKGBUILD
index 4bc50b877559..639474b4a575 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Contributor: Aashik S ashik at inflo dot ws
+# Contributor: Aashik S aashiks at gmail dot com
# Maintainer: http://smc.org.in
# Contributor: Akshay S Dinesh asdofindia at gmail dot com
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
@@ -6,11 +6,10 @@
pkgname=ttf-malayalam-font-keraleeyam
pkgver=2.0.0+20170909
pkgrel=1
-pkgdesc="This is Keraleeyam, a font belonging to a set of TrueType and OpenType fonts released under
-the
-GNU General Public License for Malayalam Language."
+pkgdesc="This is Keraleeyam, a font belonging to a set of TrueType and OpenType fonts released under the GNU General Public License for Malayalam Language."
arch=(any)
url="http://smc.org.in/fonts/"
+license=("OFL1.1")
depends=(fontconfig xorg-font-utils)
source=("http://smc.org.in/downloads/fonts/keraleeyam/Keraleeyam.ttf"
"https://gitlab.com/smc/keraleeyam/raw/master/67-smc-keraleeyam.conf")
@@ -21,7 +20,7 @@ install=ttf-malayalam-fonts.install
package() {
mkdir -p "${pkgdir}/usr/share/fonts/TTF" || return 1
- install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF"
+ install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF"
mkdir -p "${pkgdir}/etc/fonts/conf.d" || return 1
install *.conf "${pkgdir}/etc/fonts/conf.d" || return 1
}