aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7-ssh2
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-10-20 20:44:00 +0300
committerAndy Postnikov <apostnikov@gmail.com>2018-10-20 20:57:59 +0300
commitf04acc55a9c33d3d8786192a7d3308694c8da12a (patch)
treee4fd4ee81ee27c39b313cc90926054e78ee62fe2 /community/php7-ssh2
parent348491d105df0f8dfc19b40f4cabd5120d453139 (diff)
downloadaports-f04acc55a9c33d3d8786192a7d3308694c8da12a.tar.bz2
aports-f04acc55a9c33d3d8786192a7d3308694c8da12a.tar.xz
community/php7-pecl-ssh2: renamed from php7-ssh2, modernize
Diffstat (limited to 'community/php7-ssh2')
-rw-r--r--community/php7-ssh2/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/php7-ssh2/APKBUILD b/community/php7-ssh2/APKBUILD
deleted file mode 100644
index cd048d437a..0000000000
--- a/community/php7-ssh2/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Andy Postnikov <apostnikov@gmail.com>
-# Maintainer: Andy Postnikov <apostnikov@gmail.com>
-pkgname=php7-ssh2
-_pkgreal=ssh2
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="PHP extension provide bindings for the libssh2 library"
-url="http://pecl.php.net/package/ssh2"
-arch="all"
-license="PHP"
-depends=""
-makedepends="php7-dev autoconf libssh2-dev"
-#options="!check" # Depends on setup of user, cert & running ssh server
-source="$pkgname-$pkgver.tgz::https://pecl.php.net/get/$_pkgreal-$pkgver.tgz"
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-build() {
- cd "$builddir"
-
- phpize7
- ./configure --prefix=/usr --with-php-config=php-config7
- make
-}
-
-package() {
- cd "$builddir"
-
- make INSTALL_ROOT="$pkgdir/" install
-
- install -d "$pkgdir"/etc/php7/conf.d
- echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini
-}
-
-sha512sums="36793191448745b8a9b3cc628fe9fb431480792c7a2ff0bf2eccd58cda1cf944933be1d301c455d4a6f3dabf7e04ffef248bc402a8ff99bfafcba0deddb25c36 php7-ssh2-1.1.2.tgz"