diff options
-rw-r--r-- | user/snappy/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/user/snappy/APKBUILD b/user/snappy/APKBUILD index 588164d55..7f9b35e0d 100644 --- a/user/snappy/APKBUILD +++ b/user/snappy/APKBUILD @@ -1,18 +1,16 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: pkgname=snappy pkgver=1.1.7 pkgrel=0 pkgdesc="Fast compression and decompression library" -url="http://google.github.io/snappy/" +url="https://google.github.io/snappy/" arch="all" +[ "$CARCH" = "armhf" ] && options="!check" # does not pass testsuite on armhf license="BSD-3-Clause" subpackages="$pkgname-dbg $pkgname-dev" source="snappy-$pkgver.tar.gz::https://github.com/google/snappy/archive/$pkgver.tar.gz " -[ "$CARCH" = "armhf" ] && options="!check" # does not pass testsuite on armhf - -builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" |