Skip to content
Snippets Groups Projects
Commit d6c864da authored by Andy Postnikov's avatar Andy Postnikov
Browse files

testing/php7-pecl-mustache: renamed from php7-mustache

parent 358126e6
No related branches found
No related tags found
No related merge requests found
# Maintainer: Renoir Boulanger <hello@renoirboulanger.com>
pkgname="php7-mustache"
_phpext="mustache"
pkgname=php7-pecl-mustache
_phpext=mustache
pkgver=0.9.1
pkgrel=0
pkgrel=1
pkgdesc="PHP 7 PECL extension: C++ implementation of Mustache"
url="https://pecl.php.net/package/mustache"
arch="all"
......@@ -11,6 +11,8 @@ depends="php7-common"
makedepends="php7-dev autoconf re2c libmustache"
source="https://pecl.php.net/get/$_phpext-$pkgver.tgz"
builddir="$srcdir"/$_phpext-$pkgver
provides="php7-mustache=$pkgver-r$pkgrel" # for backward compatibility
replaces="php7-mustache" # for backward compatibility
build() {
phpize7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment