1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-16 20:47:08 +00:00
termux-packages/packages/php-psr/build.sh
Henrik Grimler ef84298feb
chore(tree-wide): remove exe bit from build.sh scripts
There is zero reason to have our build recipes marked as executable.

%ci:no-build
2022-07-30 19:43:55 +02:00

15 lines
584 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/jbboehr/php-psr
TERMUX_PKG_DESCRIPTION="PHP extension providing the accepted PSR interfaces"
TERMUX_PKG_LICENSE="BSD Simplified"
TERMUX_PKG_MAINTAINER="ian4hu <hu2008yinxiang@163.com>"
TERMUX_PKG_VERSION=1.2.0
TERMUX_PKG_SRCURL=https://github.com/jbboehr/php-psr/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=fa4071bedf625b3f434b4dbcc005913d291790039d03ae429bfea252f9ab2b54
TERMUX_PKG_DEPENDS=php
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
termux_step_pre_configure() {
$TERMUX_PREFIX/bin/phpize
}