Package Details: drush-launcher 0.10.2-2

Git Clone URL: https://aur.archlinux.org/drush-launcher.git (read-only, click to copy)
Package Base: drush-launcher
Description: A small wrapper around Drush for your global $PATH.
Upstream URL: https://github.com/drush-ops/drush-launcher
Licenses: GPL
Conflicts: drush, drush-git, drush-launcher-git
Submitter: sanduhrs
Maintainer: sanduhrs
Last Packager: sanduhrs
Votes: 52
Popularity: 0.000000
First Submitted: 2018-04-18 09:52 (UTC)
Last Updated: 2024-04-28 13:42 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

Muflone commented on 2024-04-28 12:32 (UTC)

@sanduhrs the current package doesn't build as it requires you to enable sodium/intl extension in php.ini

https://aur.archlinux.org/packages/drush-launcher-git instead uses php-box to build and it seems to build fine

thomzane commented on 2023-08-04 15:20 (UTC)

If anyone is trying to build the latest Drush 8.4.12 with this PKGBUILD, you need to change php-box build to php-box compile to get it to work.

sed -i 's/php-box build/php-box compile/' PKGBUILD

The php-box dependency also doesn't work anymore so you would have to make a dummy package to satisfy the dependency.

toddejohnson commented on 2021-09-12 03:59 (UTC)

Thank you for adding git to makedepends and the update. This one isn't building because by default php-intl is commented out/disabled:

;extension=intl

This fails build of box in chroot:

Box Requirements Checker
========================

> Using PHP 8.0.10
> PHP is using the following php.ini file:
  /etc/php/php.ini

> Checking Box requirements:
  ...E....


 [ERROR] Your system is not ready to run the application.                       


Fix the following mandatory requirements:
=========================================

 * The package "beberlei/assert" requires the extension "intl". Enable it or
   install a polyfill.

Script php box.phar compile handling the box-compile event returned with error code 1

As this is a chroot I'm not sure how to best resolve this issue. Any ideas?

Freso commented on 2021-06-17 10:03 (UTC)

Please rename the source file so that it is unique. See the warning at https://wiki.archlinux.org/title/PKGBUILD#source for details.

toddejohnson commented on 2019-10-31 18:56 (UTC)

Please add git as a makedepends. It will build better in a chroot.

gone404 commented on 2017-08-31 22:58 (UTC) (edited on 2017-08-31 22:58 (UTC) by gone404)

Getting the following error when trying to "makepkg -s". I checked the path and the file does indeed exist. Not sure what the problem is, but I don't have time to try and debug it right now. [RuntimeException] Could not scan for classes inside "/home/USER/drush/src/drush-8.1.12/vendor/pear/console_table/Table.php" which does not appear to be a file nor a folder

sanduhrs commented on 2017-04-05 14:24 (UTC)

@pgoetz thanks for pointing out.

pgoetz commented on 2017-04-05 14:20 (UTC)

php-composer is listed as a make dependency, but the package in Arch appears to be called composer.