Skip to content

Commit

Permalink
New package: composer8.4-2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TinfoilSubmarine committed Jan 10, 2025
1 parent f5f6532 commit 01f9bbd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions srcpkgs/composer8.4/files/composer8.4
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
php8.4 /usr/libexec/composer.phar8.4 "$@"
27 changes: 27 additions & 0 deletions srcpkgs/composer8.4/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Template file for 'composer8.4'
pkgname=composer8.4
version=2.8.4
revision=1
build_style=fetch
depends="php8.4"
short_desc="Dependency manager for PHP"
maintainer="Orphaned <[email protected]>"
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="c4c4e2e1beab0ea04e0bd042a5dbba9feda1fbf5eda0d36203958edd343c0a8a
7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c"
alternatives="composer:composer:/usr/bin/composer8.4"

do_install() {
vbin ${FILESDIR}/composer8.4

vinstall composer.phar 644 usr/libexec composer.phar8.4
vlicense LICENSE

vmkdir /etc/php8.4/conf.d
printf 'extension=%s\n' phar iconv openssl zip \
>${DESTDIR}/etc/php8.4/conf.d/composer.ini
}

0 comments on commit 01f9bbd

Please sign in to comment.