diff options
author | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2018-12-16 23:36:53 -0600 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2018-12-16 23:36:53 -0600 |
commit | 6a5ed9e254a901197ad6bdc67c26fd8149427041 (patch) | |
tree | 2cf5e64ef871d486cd34067f73a26901c0a73628 /user/aspell-dict-cy/APKBUILD | |
parent | c3dc0077d7773a3367d6e44c53b6dfdd7648c9c5 (diff) | |
download | packages-6a5ed9e254a901197ad6bdc67c26fd8149427041.tar.gz packages-6a5ed9e254a901197ad6bdc67c26fd8149427041.tar.bz2 packages-6a5ed9e254a901197ad6bdc67c26fd8149427041.tar.xz packages-6a5ed9e254a901197ad6bdc67c26fd8149427041.zip |
user/aspell-dict-cy: new package
Diffstat (limited to 'user/aspell-dict-cy/APKBUILD')
-rw-r--r-- | user/aspell-dict-cy/APKBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/user/aspell-dict-cy/APKBUILD b/user/aspell-dict-cy/APKBUILD new file mode 100644 index 000000000..db7036833 --- /dev/null +++ b/user/aspell-dict-cy/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> +# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> +pkgname=aspell-dict-cy +pkgver=0.50 +_pkgver=$pkgver-3 +pkgrel=0 +pkgdesc="Welsh dictionaries for aspell" +url="http://aspell.net" +arch="noarch" +options="!check" # no tests +license="GPL-2.0-only" +depends="aspell" +makedepends="debianutils-which" +source="ftp://ftp.gnu.org/gnu/aspell/dict/cy/aspell-cy-$_pkgver.tar.bz2" +builddir="$srcdir/aspell-cy-$_pkgver" + +build() { + cd "$builddir" + ./configure --vars DESTDIR="$pkgdir" +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} +sha512sums="feb68ea9749788a45725a5bc706ea2c24e73bada4fbce907bbe3b884d16875458516dd53fe7f5d62179cafe40117416f7068c1e6e0292353447c2ed7a494ad6b aspell-cy-0.50-3.tar.bz2" |