hunspell-en-us: Mark as platform-independent

This commit is contained in:
Fredrik Fornwall 2016-03-06 02:39:51 -05:00
parent 5b99d33689
commit 2e182e9371

View File

@ -1,7 +1,9 @@
TERMUX_PKG_HOMEPAGE=http://sourceforge.net/projects/hunspell/files/Spelling%20dictionaries/en_US/ TERMUX_PKG_HOMEPAGE=http://sourceforge.net/projects/hunspell/files/Spelling%20dictionaries/en_US/
TERMUX_PKG_DESCRIPTION="American english dictionary for hunspell" TERMUX_PKG_DESCRIPTION="American english dictionary for hunspell"
TERMUX_PKG_VERSION=1.1 TERMUX_PKG_VERSION=1.1
TERMUX_PKG_BUILD_REVISION=1
TERMUX_PKG_DEPENDS="hunspell" TERMUX_PKG_DEPENDS="hunspell"
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install () { termux_step_make_install () {
curl -L http://downloads.sourceforge.net/project/hunspell/Spelling%20dictionaries/en_US/en_US.zip > en_US.zip curl -L http://downloads.sourceforge.net/project/hunspell/Spelling%20dictionaries/en_US/en_US.zip > en_US.zip