Search Criteria
Package Details: linux-command-gpt 0.2.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/linux-command-gpt.git (read-only, click to copy) |
|---|---|
| Package Base: | linux-command-gpt |
| Description: | Get Linux commands in natural language with the power of ChatGPT |
| Upstream URL: | https://github.com/asrul10/linux-command-gpt |
| Keywords: | command gpt terminal |
| Licenses: | MIT |
| Submitter: | Zeioth |
| Maintainer: | Zeioth (txtsd) |
| Last Packager: | txtsd |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-03-18 21:00 (UTC) |
| Last Updated: | 2025-06-07 13:09 (UTC) |
Latest Comments
Zeioth commented on 2023-03-19 17:59 (UTC)
I just added you. I updated all my packages to use 'install'. Thank you for noticing :D
txtsd commented on 2023-03-19 17:58 (UTC)
Thanks! If you add me as co-maintainer, I can bring this PKGBUILD up to standards.
txtsd commented on 2023-03-19 16:43 (UTC)
Your package() is wrong.
You're copying the file directly to the system instead of putting it in the $pkgdir so it can be a part of the built package. Currently the built package is empty.
Try this instead:
install -Dm755 "${srcdir}/lcg" "${pkgdir}/usr/bin/lcg"