commit c00c2bbe43041cbf4ca7212eb1efca86d463e680 parent 837477bbf1d92c9752280f0fbbc651ef7e6af1dc Author: Cem Keylan <cem@ckyln.com> Date: Tue, 14 Jul 2020 01:13:57 +0300 aspell-en: add new package at 2019.10.06 Diffstat:
A | community/aspell-en/build | | | 6 | ++++++ |
A | community/aspell-en/checksums | | | 1 | + |
A | community/aspell-en/sources | | | 1 | + |
A | community/aspell-en/version | | | 1 | + |
4 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/community/aspell-en/build 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 @@ -0,0 +1 @@ +24334b4daac6890a679084f4089e1ce7edbe33c442ace776fa693d8e334f51fd aspell6-en-2019.10.06-0.tar.bz2 diff --git a/community/aspell-en/sources 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 @@ -0,0 +1 @@ +2019.10.06 1