From 985284f6602027efc5fb255975da49f6a545f1d2 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Mon, 17 Dec 2018 00:04:16 -0600 Subject: user/aspell-dict-hsb: new package --- user/aspell-dict-hsb/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 user/aspell-dict-hsb/APKBUILD (limited to 'user/aspell-dict-hsb/APKBUILD') diff --git a/user/aspell-dict-hsb/APKBUILD b/user/aspell-dict-hsb/APKBUILD new file mode 100644 index 000000000..f1130074b --- /dev/null +++ b/user/aspell-dict-hsb/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Kiyoshi Aman +# Maintainer: Kiyoshi Aman +pkgname=aspell-dict-hsb +pkgver=0.02 +_pkgver=$pkgver-0 +pkgrel=0 +pkgdesc="Upper Sorbian 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/hsb/aspell6-hsb-$_pkgver.tar.bz2" +builddir="$srcdir/aspell6-hsb-$_pkgver" + +build() { + cd "$builddir" + ./configure --vars DESTDIR="$pkgdir" +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} +sha512sums="b8e49bf6d85e149365378a33b56ab61767c34ddfd4545eedeedad012b2b396dff54bb3dcba56fb4d3c0a92a0c3e13fddf0548591568295709d91f18c45ca1274 aspell6-hsb-0.02-0.tar.bz2" -- cgit v1.2.3-70-g09d2