summaryrefslogtreecommitdiff
path: root/user/aspell-dict-ky
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-12-17 00:28:02 -0600
committerKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-12-17 00:28:02 -0600
commit0c3fdb36880623b9bf2f32d7e55cb2f78835e699 (patch)
tree34b6094d65b8b8bd48486494db0930afd424d4e9 /user/aspell-dict-ky
parent8e5fbcecada6d9aa7086a78a6cb114c0edc8614c (diff)
downloadpackages-0c3fdb36880623b9bf2f32d7e55cb2f78835e699.tar.gz
packages-0c3fdb36880623b9bf2f32d7e55cb2f78835e699.tar.bz2
packages-0c3fdb36880623b9bf2f32d7e55cb2f78835e699.tar.xz
packages-0c3fdb36880623b9bf2f32d7e55cb2f78835e699.zip
user/aspell-dict-ky: new package
Diffstat (limited to 'user/aspell-dict-ky')
-rw-r--r--user/aspell-dict-ky/APKBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/user/aspell-dict-ky/APKBUILD b/user/aspell-dict-ky/APKBUILD
new file mode 100644
index 000000000..eb2ddad5d
--- /dev/null
+++ b/user/aspell-dict-ky/APKBUILD
@@ -0,0 +1,26 @@
+# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+pkgname=aspell-dict-ky
+pkgver=0.01
+_pkgver=$pkgver-0
+pkgrel=0
+pkgdesc="Kirghiz 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/ky/aspell6-ky-$_pkgver.tar.bz2"
+builddir="$srcdir/aspell6-ky-$_pkgver"
+
+build() {
+ cd "$builddir"
+ ./configure --vars DESTDIR="$pkgdir"
+}
+
+package() {
+ cd "$builddir"
+ make DESTDIR="$pkgdir" install
+}
+sha512sums="94389905505ffc0c469dd5f4ea31e2e76fed695e8cb7b903e248a57a8677e45311e525a07c43da0be87bfdc7825b1af4ae8dd1993d35948dd1ace4b1af9fa307 aspell6-ky-0.01-0.tar.bz2"