mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
- Fix hardcoded git hash by using dynamic version conversion
- Add Node.js >=18 version constraint per package.json requirements
- Add provides=('amp') for the binary
- Use consistent variable naming throughout
- Add .gitignore for build artifacts
Amp-Thread: https://ampcode.com/threads/T-26b06bef-8e2b-4a89-a39a-9ed05ecd8dec
Co-authored-by: Amp <amp@ampcode.com>
18 lines
164 B
Text
18 lines
164 B
Text
# makepkg build artifacts
|
|
pkg/
|
|
src/
|
|
*.pkg.tar.zst
|
|
*.pkg.tar.zst.sig
|
|
*.tgz
|
|
*.tar.xz
|
|
*.tar.gz
|
|
|
|
# Common build files
|
|
*.log
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|