[arch-commits] Commit in aspell-el/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 15:42:28 UTC 2020
Date: Tuesday, July 7, 2020 @ 15:42:28
Author: felixonmars
Revision: 658981
archrelease: copy trunk to community-staging-any
Added:
aspell-el/repos/community-staging-any/
aspell-el/repos/community-staging-any/PKGBUILD
(from rev 658980, aspell-el/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: aspell-el/repos/community-staging-any/PKGBUILD (from rev 658980, aspell-el/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 15:42:28 UTC (rev 658981)
@@ -0,0 +1,28 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Simo Leone <simo at archlinux.org>
+
+pkgname=aspell-el
+pkgver=0.08
+pkgrel=4
+pkgdesc="Greek dictionary for aspell"
+url="https://www.elspell.gr/"
+arch=('any')
+license=('GPL')
+
+depends=('aspell')
+
+source=("http://elspell.math.upatras.gr/files/aspell/aspell6-el-$pkgver-0.tar.bz2")
+
+md5sums=('cf0e677c37ffb64e4b8ebe13acd233c7')
+
+build() {
+ cd aspell6-el-"$pkgver"-0
+ ./configure
+ make
+}
+
+package() {
+ cd aspell6-el-"$pkgver"-0
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list