mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: composer8.3-2.6.6
This commit is contained in:
parent
a2922659bf
commit
fc84b681c1
2 changed files with 29 additions and 0 deletions
2
srcpkgs/composer8.3/files/composer8.3
Normal file
2
srcpkgs/composer8.3/files/composer8.3
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
php8.3 /usr/libexec/composer.phar8.3 "$@"
|
27
srcpkgs/composer8.3/template
Normal file
27
srcpkgs/composer8.3/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'composer8.3'
|
||||
pkgname=composer8.3
|
||||
version=2.6.6
|
||||
revision=1
|
||||
build_style=fetch
|
||||
depends="php8.3"
|
||||
short_desc="Dependency manager for PHP"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="MIT"
|
||||
homepage="https://getcomposer.org/"
|
||||
changelog="https://raw.githubusercontent.com/composer/composer/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/composer/composer/releases/download/${version}/composer.phar
|
||||
https://raw.githubusercontent.com/composer/composer/main/LICENSE"
|
||||
checksum="72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314
|
||||
7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c"
|
||||
alternatives="composer:composer:/usr/bin/composer8.3"
|
||||
|
||||
do_install() {
|
||||
vbin ${FILESDIR}/composer8.3
|
||||
|
||||
vinstall composer.phar 644 usr/libexec composer.phar8.3
|
||||
vlicense LICENSE
|
||||
|
||||
vmkdir /etc/php8.3/conf.d
|
||||
printf 'extension=%s\n' phar iconv openssl zip \
|
||||
>${DESTDIR}/etc/php8.3/conf.d/composer.ini
|
||||
}
|
Loading…
Add table
Reference in a new issue