Skip to content

Instantly share code, notes, and snippets.

@intuxicated
Created March 23, 2015 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intuxicated/9a8d74c5d2a9fc4965d4 to your computer and use it in GitHub Desktop.
Save intuxicated/9a8d74c5d2a9fc4965d4 to your computer and use it in GitHub Desktop.
aspell-fa PKGBUILD for Arch AUR
pkgname=aspell-fa
pkgver=0.11
pkgrel=1
pkgdesc="Farsi dictionary for aspell"
arch=('i686' 'x86_64')
url="http://aspell.net/"
license=('custom')
depends=('aspell')
source=(ftp://ftp.gnu.org/gnu/aspell/dict/fa/aspell6-fa-${pkgver}-0.tar.bz2)
md5sums=('47c8599e529fc291a096c12f0b8372ca')
package() {
cd $srcdir/aspell6-fa-$pkgver-0
./configure || return 1
make || return 1
make DESTDIR=$pkgdir install || return 1
install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE || return 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment