aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nanomsg/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nanomsg/APKBUILD')
-rw-r--r--testing/nanomsg/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/nanomsg/APKBUILD b/testing/nanomsg/APKBUILD
deleted file mode 100644
index d23f13142a2..00000000000
--- a/testing/nanomsg/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=nanomsg
-pkgver=1.1.5
-pkgrel=1
-pkgdesc="Socket library that provides several common communication patterns"
-url="https://nanomsg.org"
-arch="all !armhf !armv7" # armhf: segfaults in 2 tests
-license="MIT"
-makedepends="asciidoctor xmlto cmake"
-options="libtool"
-subpackages="$pkgname-dev $pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$pkgver.tar.gz"
-
-
-build() {
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib .
- make
-}
-
-check() {
- make test
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="773b8e169a7accac21414c63972423a249164f5b843c6c65c1b03a2eb90d21da788a98debdeb396dab795e52d30605696bc2cf65e5e05687bf115438d5b22717 nanomsg-1.1.5.tar.gz"