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

                                                         
                      
            



                                         
                                  
                      

                               

                                                                                            

         




                                            


                                      
                                                                                                                                                                       
# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house>
# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
pkgname=aspell-dict-ca
pkgver=2.5.0
pkgrel=0
pkgdesc="Catalan dictionaries for aspell"
url="http://aspell.net"
arch="noarch"
options="!check"  # No test suite.
license="GPL-2.0-only"
depends="aspell"
makedepends="debianutils-which"
source="https://www.softcatala.org/pub/softcatala/aspell/$pkgver/aspell6-ca-$pkgver.tar.bz2"
builddir="$srcdir/aspell6-ca-$pkgver"

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

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

sha512sums="70eee12b026d6d0b5f710593f4d1759190596e7b7db651b804cc4d724d2c567911ef8d370873ac7ab4506f6555b8dde046f3277c3cd072e0d7b76047cdd5b1b2  aspell6-ca-2.5.0.tar.bz2"