Search Criteria
Package Details: symfony-cli 5.10.5-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/symfony-cli.git (read-only, click to copy) |
---|---|
Package Base: | symfony-cli |
Description: | The Symfony client helps developers create and manage Symfony applications. |
Upstream URL: | https://symfony.com/ |
Keywords: | symfony symfony-cli |
Licenses: | AGPL3 |
Conflicts: | symfony-cli |
Provides: | symfony-cli |
Submitter: | famoser |
Maintainer: | famoser |
Last Packager: | famoser |
Votes: | 10 |
Popularity: | 0.075223 |
First Submitted: | 2019-08-11 17:31 (UTC) |
Last Updated: | 2024-11-30 10:57 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
famoser commented on 2024-04-05 13:59 (UTC)
Hi @EloDollZ, it seems as though the installation of symfony-cli worked fine, and your question is more about symfony-cli itself. Note that I do not maintain symfony-cli, only the installation procedure from AUR here.
I will still try to answer your question, but ask you to take further questions to another place (to avoid off-topic discussions here). symfony-cli seems to try to install https://github.com/symfony/skeleton, but fails because the iconv extension is not activated. You can refer to the wiki on how to activate this extension: https://wiki.archlinux.org/title/PHP
EloDollZ commented on 2024-04-05 11:03 (UTC)
Hey Long time silent watcher, but wanted to try symfony out, but i get an error when i try to create a project it says: "cannot use symfony/skeleton it requires ext-iconv which is missing" but i can't find anything for a "ext-iconv" and i have made sure that php is installed and all that, saw the code was primary in php
gbernard commented on 2022-01-25 05:11 (UTC)
perfect and good work!
famoser commented on 2022-01-24 20:40 (UTC)
This package now builds directly from source. If you'd rather not download the go build dependency, switch to symfony-cli-bin.
gbernard commented on 2022-01-24 09:58 (UTC)
Thank you for the quick update! and +1 to symfony-cli-bin
famoser commented on 2022-01-24 09:07 (UTC)
Good point @hapakaien, thank you! I hope I can sort it out with minimal interruptions for users.
heyhusen commented on 2022-01-23 08:06 (UTC)
Hey @famoser, since this package uses the pre-built binary, shouldn't this be renamed to symfony-cli-bin?
famoser commented on 2020-08-16 17:58 (UTC)
thank you @setpill for the advice, much appreciated! I adapted the PKGBUILD accordingly.
setpill commented on 2020-08-16 00:28 (UTC)
@famoser the build error is due to aur helpers reusing the cached source archive because it doesn't include the version number. Potential workaround could be using the following line in the source array (and updating the package() function as needed):
"$pkgname-$pkgver.gz::https://github.com/symfony/cli/releases/download/v${pkgver}/symfony_linux_amd64.gz"
« First ‹ Previous 1 2 3 Next › Last »