Search Criteria
Package Details: linux-command-gpt 0.2.1-2
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.000009 |
First Submitted: | 2023-03-18 21:00 (UTC) |
Last Updated: | 2024-11-11 04:30 (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, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
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"