summaryrefslogtreecommitdiff
path: root/user/aspell-dict-ml
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-12-17 05:43:04 -0600
committerKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-12-17 05:43:04 -0600
commitd66130d04728579a0e1d012c76480643bf6f7e25 (patch)
tree148772cf4fb2e582a0f98df3a07383025af21cdb /user/aspell-dict-ml
parentce228f812465ff8d7e8eb0e8dc222c742f35e78b (diff)
downloadpackages-d66130d04728579a0e1d012c76480643bf6f7e25.tar.gz
packages-d66130d04728579a0e1d012c76480643bf6f7e25.tar.bz2
packages-d66130d04728579a0e1d012c76480643bf6f7e25.tar.xz
packages-d66130d04728579a0e1d012c76480643bf6f7e25.zip
user/aspell-dict-ml: new package
Diffstat (limited to 'user/aspell-dict-ml')
-rw-r--r--user/aspell-dict-ml/APKBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/user/aspell-dict-ml/APKBUILD b/user/aspell-dict-ml/APKBUILD
new file mode 100644
index 000000000..95d337d8c
--- /dev/null
+++ b/user/aspell-dict-ml/APKBUILD
@@ -0,0 +1,26 @@
+# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+pkgname=aspell-dict-ml
+pkgver=0.03
+_pkgver=$pkgver-1
+pkgrel=0
+pkgdesc="Malayalam dictionaries for aspell"
+url="http://aspell.net"
+arch="noarch"
+options="!check" # no tests
+license="GPL-2.0-only"
+depends="aspell"
+makedepends="debianutils-which"
+source="ftp://ftp.gnu.org/gnu/aspell/dict/ml/aspell6-ml-$_pkgver.tar.bz2"
+builddir="$srcdir/aspell6-ml-$_pkgver"
+
+build() {
+ cd "$builddir"
+ ./configure --vars DESTDIR="$pkgdir"
+}
+
+package() {
+ cd "$builddir"
+ make DESTDIR="$pkgdir" install
+}
+sha512sums="78c3bc296a70a3b205427bcffe29b69ae6f673ffd22fd8a1ef5550ae271ed1f7704fff15c4948dcee2d7722c5d4b279766ef74d0661969b13bbca4d3a53971da aspell6-ml-0.03-1.tar.bz2"