~alpine/aports

main/aspell-he: new aport v1 PROPOSED

Eyal Sawady: 1
 main/aspell-he: new aport

 1 files changed, 26 insertions(+), 0 deletions(-)
In the future, please use reply-all when responding to emails on a
mailing list. I'm not subscribed to ~alpine/aports and didn't see your
response.
On Fri Dec 25, 2020 at 6:55 PM EST, maxice8 wrote:
> Please open the merge request at our GitLab instance
NACK. If you want to review my patch, do so on the mailing list.
Hello

On Fri, 2021-01-01 at 20:00 -0500, Eyal Sawady wrote:
Next
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3402/mbox | git am -3
Learn more about email & git

[PATCH] main/aspell-he: new aport Export this patch

---
 main/aspell-he/APKBUILD | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 main/aspell-he/APKBUILD

diff --git a/main/aspell-he/APKBUILD b/main/aspell-he/APKBUILD
new file mode 100644
index 0000000000..a9089970ae
--- /dev/null
+++ b/main/aspell-he/APKBUILD
@@ -0,0 +1,26 @@
# Maintainer: Eyal Sawady <ecs@d2evs.net>
pkgname=aspell-he
pkgver=1.0
pkgrel=0
_lang=${pkgname##*-}
_name=${pkgname%%-*}6-$_lang-$pkgver-0
pkgdesc="Hebrew dictionary for aspell"
url="http://aspell.net/"
arch="noarch"
license="custom"
options="!check" # No test suite
makedepends="aspell-dev"
source="https://ftp.gnu.org/gnu/aspell/dict/$_lang/$_name.tar.bz2"
builddir="$srcdir/$_name"

build() {
	./configure
	make
}

package() {
	make DESTDIR="$pkgdir" install
	install -D -m644 Copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}

sha512sums="4db335c1566432ac8e18bace1f1ab892e47765b9dfb342f981b52637ee6768f592b7d9793c229e7f67f7f4770e6ef4abb9b2dd66da0feef9cc42bfd316adad88  aspell6-he-1.0-0.tar.bz2"
-- 
2.29.2
Hello,

On Fri, 2020-12-25 at 15:34 -0500, Eyal Sawady wrote: