🔒 Repository is read-only – file editing is disabled.

recipes/utils/aspell-dict/PAGBUILD.yaml main

48 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
pkgname: aspell-dict
pkgver: '0.60.8.2'
pkgrel: '1'
pkgdesc: Various dictionaries for Aspell
url: 'https://aspell.net'
arch: x86_64
depends: []
makedepends:
- aspell
source:
- 'https://ftp.gnu.org/gnu/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2'
- 'https://ftp.gnu.org/gnu/aspell/dict/de/aspell-de-0.50-2.tar.bz2'
- 'https://ftp.gnu.org/gnu/aspell/dict/es/aspell-es-0.50-2.tar.bz2'
- 'https://ftp.gnu.org/gnu/aspell/dict/it/aspell-it-0.53-0.tar.bz2'
- 'https://ftp.gnu.org/gnu/aspell/dict/nl/aspell-nl-0.50-2.tar.bz2'
- 'https://ftp.gnu.org/gnu/aspell/dict/nn/aspell-nn-0.50.1-1.tar.bz2'
- 'https://ftp.gnu.org/gnu/aspell/dict/pt/aspell-pt-0.50-2.tar.bz2'
- 'https://ftp.gnu.org/gnu/aspell/dict/da/aspell-da-0.50.1-0.tar.bz2'
- 'https://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-0.51-0.tar.bz2'
- 'https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2020.12.07-0.tar.bz2'
sha256sums:
- f9421047519d2af9a7a466e4336f6e6ea55206b356cd33c8bd18cb626bf2ce91
- f1b6f23d694fc12da193de5d5d2232797e87aecf684d8aa5872d83176eeb84ba
- 5c0e2a32d44196fb0375e72d44e730fd365d62e53ade077fb1653ccbb8ee2645
- 3b87190b84ddba8ba2d57975e4c636ce12961b8f98162d25e8f60b086615fa6f
- 440e0b7df8c5903d728221fe4ba88a74658ce14c8bb04b290c41402dfd41cb39
- ac6610540c7e134f09cbebbd148f9316bef27bc491e377638ef4e2950b2d5370
- 4acbffe03b918cf32b340949d0f167df9073190d347a092f45d4e400a09b2fa6
- 6725aa3f9699fc2ce46033ed3a7c4ef486b7fcbcd0462e6c19514da525a7c0f6
- 9b70573c9c8cf76f5cdb6abcdfb834a754bbaa1efd7d6f57f47b8a91a19c5c0a
- 4c8f734a28a088b88bb6481fcf972d0b2c3dc8da944f7673283ce487eac49fb3
build: |
  for d in aspell-*
  do
    [ -d "$d" ] || continue
    cd "$d"
    ./configure
    make
    make DESTDIR=${PKGDIR} install
    cd ..
  done

  cd aspell6-en-2020.12.07-0
  ./configure
  make
  make DESTDIR=${PKGDIR} install
package: |
  true