testing/perl-text-brew: add package description

This commit is contained in:
Roberto Oliveira 2018-01-05 00:21:43 +00:00
parent 5164ed8433
commit b72814fde7

View File

@ -4,8 +4,8 @@
pkgname=perl-text-brew
_pkgreal=Text-Brew
pkgver=0.02
pkgrel=0
pkgdesc="unknown"
pkgrel=1
pkgdesc="An implementation of the Brew edit distance"
url="http://search.cpan.org/dist/Text-Brew/"
arch="noarch"
license="GPL PerlArtistic"
@ -20,7 +20,7 @@ source="http://search.cpan.org/CPAN/authors/id/K/KC/KCIVEY/$_pkgreal-$pkgver.tar
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
default_prepare || return 1
default_prepare
cd "$builddir"
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')