From: Fredrik Fornwall Date: Sun, 6 Mar 2016 07:39:51 +0000 (-0500) Subject: hunspell-en-us: Mark as platform-independent X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/2e182e93718b94f6877d7b8a26b52d56434521fe?ds=inline hunspell-en-us: Mark as platform-independent --- diff --git a/packages/hunspell-en-us/build.sh b/packages/hunspell-en-us/build.sh index 7d09989b..3017ad5f 100644 --- a/packages/hunspell-en-us/build.sh +++ b/packages/hunspell-en-us/build.sh @@ -1,7 +1,9 @@ TERMUX_PKG_HOMEPAGE=http://sourceforge.net/projects/hunspell/files/Spelling%20dictionaries/en_US/ TERMUX_PKG_DESCRIPTION="American english dictionary for hunspell" TERMUX_PKG_VERSION=1.1 +TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_DEPENDS="hunspell" +TERMUX_PKG_PLATFORM_INDEPENDENT=yes termux_step_make_install () { curl -L http://downloads.sourceforge.net/project/hunspell/Spelling%20dictionaries/en_US/en_US.zip > en_US.zip