main/libedit: add tests, fix description

This commit is contained in:
A. Wilcox 2017-09-03 15:42:40 -05:00 committed by Natanael Copa
parent 3f4c818400
commit 18e8f16342

View File

@ -3,8 +3,8 @@
pkgname=libedit
pkgver=20170329.3.1
_ver=${pkgver/./-}
pkgrel=2
pkgdesc="netbsd line editing library"
pkgrel=3
pkgdesc="BSD line editing library"
url="http://www.thrysoee.dk/editline/"
arch="all"
license="BSD"
@ -30,6 +30,11 @@ build() {
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install