summaryrefslogblamecommitdiff
path: root/user/aspell-dict-et/APKBUILD
blob: 131cb6fa6f5aa215099d9562945e3b1b29cf2469 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                           
                      

                                     



                                          
                                  

                      
                       
                                                                           


                                      

                                            


           
                                      
 
 
                                                                                                                                                                          
# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=aspell-dict-et
pkgver=0.1.21.1
_pkgver=${pkgver%.*}-${pkgver#*.*.*.}
pkgrel=0
pkgdesc="Estonian dictionaries for aspell"
url="http://aspell.net"
arch="noarch"
options="!check"  # No test suite.
license="GPL-2.0-only"
depends="aspell"
makedepends="cmd:which"
source="https://ftp.gnu.org/gnu/aspell/dict/et/aspell6-et-$_pkgver.tar.bz2"
builddir="$srcdir/aspell6-et-$_pkgver"

build() {
	./configure --vars DESTDIR="$pkgdir"
	make
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="b3ed1249dbbb3caf12047407d85a3397f5e9561a59d71e33d6f29f18b9a83baa3f3c8d5a02a22cf0861212ff7b3ea1d33e38a943352e70be3703e0c42ff739ae  aspell6-et-0.1.21-1.tar.bz2"