summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2018-04-11 11:57:50 +0530
committerJishnu Mohan2018-04-11 11:57:50 +0530
commit1d6d37f52829e11a2461189fa6fdd14d0cc09d81 (patch)
tree07136fbc3c1653a225e3d9fff9769da24959f771
parentc9866f8eed5150de9613b470963330ceb7125cbe (diff)
downloadaur-1d6d37f52829e11a2461189fa6fdd14d0cc09d81.tar.gz
add license
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD8
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e496d53fc911..f5a061cbaa68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ttf-malayalam-font-chilanka
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/chilanka/Chilanka.ttf
diff --git a/PKGBUILD b/PKGBUILD
index fee9c2602284..fedba7045266 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,10 +6,10 @@
pkgname=ttf-malayalam-font-chilanka
pkgver=1.3+20180106
pkgrel=1
-pkgdesc="This is Chilanka, a font belonging to a set of TrueType and OpenType fonts released under the
-GNU General Public License for Malayalam Language."
+pkgdesc="This is Chilanka, 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/chilanka/Chilanka.ttf"
"https://gitlab.com/smc/chilanka/raw/master/67-smc-chilanka.conf")
@@ -20,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
}