mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/coturn: move to community
run testsuites
This commit is contained in:
parent
f7c8b3472e
commit
3ba75a4402
@ -1,8 +1,8 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer:
|
||||
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
|
||||
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
|
||||
pkgname=coturn
|
||||
pkgver=4.5.0.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Free open source implementation of TURN and STUN Server"
|
||||
url="https://github.com/coturn/coturn"
|
||||
arch="all"
|
||||
@ -34,6 +34,11 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
Loading…
Reference in New Issue
Block a user