archrelease: copy trunk to extra-x86_64
[arch-packages.git] / aspell-en / repos / extra-x86_64 / PKGBUILD
blob2b57fe7514106ca3063d9c98fc2b7ce8797bf7e3
1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
3 pkgname=aspell-en
4 pkgver=2020.12.07
5 pkgrel=1
6 pkgdesc="English dictionary for aspell"
7 arch=('x86_64')
8 url="http://aspell.net/"
9 license=('custom')
10 depends=('aspell')
11 source=("https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2")
12 sha512sums=('9ed4e64891242e5e5e7d6ac82a0d1fda3bdc5116bd9d926e787b8f381080b357915f0c9b39cae04c1da0f2ec6e47ffe30a584f7f3bf7d455a46e8518a7858547')
14 build() {
15   cd "$srcdir/aspell6-en-$pkgver-0"
16   ./configure
17   make
20 package() {
21   cd "$srcdir/aspell6-en-$pkgver-0"
22   make DESTDIR="$pkgdir" install
24   install -D -m644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"