aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-14 00:40:25 +0300
committerCem Keylan <cem@ckyln.com>2020-07-14 00:40:25 +0300
commitda68d6a3591b54d18f2ef5043648285d69cd9d83 (patch)
tree84c29730092dc9caf7c15afd0d33bc1fe8fe0265 /community
parent6e2e9d9e4b57a8446f8136ab48646709785f7280 (diff)
downloadrepository-da68d6a3591b54d18f2ef5043648285d69cd9d83.tar.gz
aspell: add new package at 0.60.8
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/aspell/build10
-rw-r--r--community/aspell/checksums1
-rw-r--r--community/aspell/depends2
-rw-r--r--community/aspell/sources1
-rw-r--r--community/aspell/version1
5 files changed, 15 insertions, 0 deletions
diff --git a/community/aspell/build b/community/aspell/build
new file mode 100755
index 00000000..5be11ec5
--- /dev/null
+++ b/community/aspell/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-nls \
+ --enable-static \
+ --disable-shared
+
+make
+make DESTDIR="$1" install
diff --git a/community/aspell/checksums b/community/aspell/checksums
new file mode 100644
index 00000000..903646fb
--- /dev/null
+++ b/community/aspell/checksums
@@ -0,0 +1 @@
+f9b77e515334a751b2e60daab5db23499e26c9209f5e7b7443b05235ad0226f2 aspell-0.60.8.tar.gz
diff --git a/community/aspell/depends b/community/aspell/depends
new file mode 100644
index 00000000..4670408b
--- /dev/null
+++ b/community/aspell/depends
@@ -0,0 +1,2 @@
+ncurses
+perl
diff --git a/community/aspell/sources b/community/aspell/sources
new file mode 100644
index 00000000..db6c53fa
--- /dev/null
+++ b/community/aspell/sources
@@ -0,0 +1 @@
+https://ftp.gnu.org/gnu/aspell/aspell-0.60.8.tar.gz
diff --git a/community/aspell/version b/community/aspell/version
new file mode 100644
index 00000000..6c00bc85
--- /dev/null
+++ b/community/aspell/version
@@ -0,0 +1 @@
+0.60.8 1