summaryrefslogblamecommitdiff
path: root/user/aspell-dict-ga/APKBUILD
blob: c2a7d9ddfdc84c7c790fa09f6169e7a6b8442006 (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-ga
pkgver=5.1.0
_pkgver=${pkgver%.*}-${pkgver#*.*.}
_pkgver2=${pkgver%.*}
pkgrel=0
pkgdesc="Irish dictionaries for aspell"
url="https://cadhan.com/gaelspell/"
arch="noarch"
options="!check"  # No test suite.
license="GPL-2.0-only"
depends="aspell"
makedepends="cmd:which"
source="https://github.com/kscanne/gaelspell/releases/download/v$_pkgver2/aspell5-ga-$_pkgver.tar.bz2"
builddir="$srcdir/aspell5-ga-$_pkgver"

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

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

sha512sums="e13c66829b8d578c577539b9adea459ca85bca5fa535ca130aa76011cad0deb0e8bbf1d5a09c7c0317c9d419898755807b7a5af166c1ee52a34906825070214b  aspell5-ga-5.1-0.tar.bz2"