diff options
-rwxr-xr-x | community/aspell-en/build | 6 | ||||
-rw-r--r-- | community/aspell-en/checksums | 1 | ||||
-rw-r--r-- | community/aspell-en/sources | 1 | ||||
-rw-r--r-- | community/aspell-en/version | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/community/aspell-en/build b/community/aspell-en/build new file mode 100755 index 00000000..d73afbbb --- /dev/null +++ b/community/aspell-en/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +./configure + +make +make DESTDIR="$1" install diff --git a/community/aspell-en/checksums b/community/aspell-en/checksums new file mode 100644 index 00000000..ca2f640f --- /dev/null +++ b/community/aspell-en/checksums @@ -0,0 +1 @@ +24334b4daac6890a679084f4089e1ce7edbe33c442ace776fa693d8e334f51fd aspell6-en-2019.10.06-0.tar.bz2 diff --git a/community/aspell-en/sources b/community/aspell-en/sources new file mode 100644 index 00000000..82529971 --- /dev/null +++ b/community/aspell-en/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2019.10.06-0.tar.bz2 diff --git a/community/aspell-en/version b/community/aspell-en/version new file mode 100644 index 00000000..edcfcb7c --- /dev/null +++ b/community/aspell-en/version @@ -0,0 +1 @@ +2019.10.06 1 |