aspell-ru: initial commit, v0.99f7-1

This commit is contained in:
Alexandr Savca 2020-11-23 15:31:50 +02:00
parent 4b82ac1e3e
commit 564f600c6e
3 changed files with 34 additions and 0 deletions

11
aspell-ru/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/aspell-0.60/
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-ye.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-ye.rws
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-yeyo.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-yo.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-yo.rws
-rw-r--r-- root/root usr/lib/aspell-0.60/ru.dat
-rw-r--r-- root/root usr/lib/aspell-0.60/ru.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/ru_affix.dat

5
aspell-ru/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31PeA0UqvnD9eLBPkycqVx8l5GwG73u0Pyqdi4E4cnjAwx5rw4SY9v85ejG3pJayZ2AoscSTqEG4+LgLxNO57Ag=
SHA256 (Pkgfile) = 2059601db7234483e8647d2ad043ce534a4b79f7508477d7d8b9035bed8d90c5
SHA256 (.footprint) = cb9972e2d0610900fba1c6429c2a61a2b2a738369a25f9ce853537856f92db54
SHA256 (aspell6-ru-0.99f7-1.tar.bz2) = 5c29b6ccce57bc3f7c4fb0510d330446b9c769e59c92bdfede27333808b6e646

18
aspell-ru/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Russian dictionary for aspell
# URL: http://aspell.net
# Maintainer: Alexandr Savca, alexandrsavca89 at gmail dot com
# Depends on: aspell
name=aspell-ru
version=0.99f7-1
release=1
source=(http://mirrors.sunsite.dk/gnu/aspell/dict/ru/aspell6-ru-$version.tar.bz2)
build () {
cd aspell6-ru-$version
./configure
make
make DESTDIR=$PKG install
}