summaryrefslogblamecommitdiff
path: root/user/aspell-dict-da/APKBUILD
blob: 9472b9b4a248b2c359ece4ab89624d9e31bcbf36 (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-da
pkgver=4.2
pkgrel=0
pkgdesc="Danish dictionaries for aspell"
url="https://github.com/mortenivar/aspell-da"
arch="noarch"
options="!check"  # No test suite.
license="GPL-2.0-only"
depends="aspell"
makedepends="cmd:which"
source="$pkgname-$pkgver.tar.gz::https://github.com/mortenivar/aspell-da/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/aspell-da-$pkgver"

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

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

sha512sums="37c38b888e4cb50c1796f084ee1978a7f37b08ff1026c16f6ef5793298733f64863484ce98a5b550a7b7632e322be90f6eb4ac66f0bd1104485ebafe2a858221  aspell-dict-da-4.2.tar.gz"