aboutsummaryrefslogtreecommitdiffstats
path: root/community/fstrm
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-03-06 08:10:32 -0500
committerKevin Daudt <kdaudt@alpinelinux.org>2019-03-08 23:51:14 +0000
commit2c26c44a525d79259e6572434e980e4843303d06 (patch)
treecceceb85dabc16d469a4bf5189cf99437eaabdd3 /community/fstrm
parent8a565511ac7d8271f0711d13a3a9c2ed4e59c8e2 (diff)
downloadaports-2c26c44a525d79259e6572434e980e4843303d06.tar.bz2
aports-2c26c44a525d79259e6572434e980e4843303d06.tar.xz
community/fstrm: become maintainer
Diffstat (limited to 'community/fstrm')
-rw-r--r--community/fstrm/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/fstrm/APKBUILD b/community/fstrm/APKBUILD
index b3369a6bb6..580088686a 100644
--- a/community/fstrm/APKBUILD
+++ b/community/fstrm/APKBUILD
@@ -1,11 +1,13 @@
# Contributor: tcely <tcely@users.noreply.github.com>
-# Maintainer:
+# Maintainer: tcely <fstrm+aports@tcely.33mail.com>
pkgname="fstrm"
pkgver="0.4.0"
pkgrel=0
pkgdesc="Frame Streams implementation in C"
url="https://github.com/farsightsec/fstrm"
arch="all !s390x"
+# check failure on s390x reported upstream:
+# https://github.com/farsightsec/fstrm/issues/58
license="Apache-2.0"
depends=""
depends_dev="libevent-dev"