mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/libedit: add tests, fix description
This commit is contained in:
parent
3f4c818400
commit
18e8f16342
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user