mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
No description
| .SRCINFO | ||
| notification-tray.install | ||
| PKGBUILD | ||
| README.md | ||
AUR Packaging
This directory contains files for the AUR package notification-tray-git.
Publishing to AUR
-
Clone the AUR repository:
git clone ssh://aur@aur.archlinux.org/notification-tray-git.git cd notification-tray-git -
Copy packaging files:
cp ../notification-tray/aur/* . -
Generate .SRCINFO:
makepkg --printsrcinfo > .SRCINFO -
Commit and push:
git add PKGBUILD notification-tray.install .SRCINFO git commit -m "Update to version X" git push
Testing locally
From this directory:
makepkg -si