https://github.com/amiad/aur2aur4
Import packages from aur3 to aur4 by packages list or aur user
https://github.com/amiad/aur2aur4
Last synced: 10 months ago
JSON representation
Import packages from aur3 to aur4 by packages list or aur user
- Host: GitHub
- URL: https://github.com/amiad/aur2aur4
- Owner: amiad
- License: gpl-2.0
- Created: 2015-06-09T16:05:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T13:57:46.000Z (over 8 years ago)
- Last Synced: 2025-07-20T05:53:11.415Z (12 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 20
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aur2aur4
Import packages from aur3 to aur4 by packages list or aur user
## Usage
`./aur2aur4.sh -a [-o ]` - get list of empty reps from aur4 and import them automatically.
OR
`./aur2aur4.sh -l "pack1 pack2 pack3" [-f] [-o ]` - import by packages list.
OR
`./aur2aur4.sh -u username [-f] [-o ]` - import by AUR username.
`-f` - force override aur4 exists package
`-o ` - download packages into outdir
## Dependencies
* git
* pkgbuild-introspection
* wget