From c00c2bbe43041cbf4ca7212eb1efca86d463e680 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 14 Jul 2020 01:13:57 +0300 Subject: aspell-en: add new package at 2019.10.06 --- community/aspell-en/build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 community/aspell-en/build (limited to 'community/aspell-en/build') 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 -- cgit v1.2.3