https://github.com/edu4rdshl/simpleaur
Simple AUR helper
https://github.com/edu4rdshl/simpleaur
Last synced: 2 months ago
JSON representation
Simple AUR helper
- Host: GitHub
- URL: https://github.com/edu4rdshl/simpleaur
- Owner: Edu4rdSHL
- License: gpl-3.0
- Created: 2019-07-02T04:18:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T01:40:38.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T10:12:44.936Z (4 months ago)
- Language: Shell
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simpleaur
A script for install packages from AUR that doesn't require extra dependences, only requires git installed. auracle is only needed if you want to search package names/updates in AUR (recommended). **simpleaur does NOT have automatic dependency resolution**. It support PKGBUILDs download and other minor options (execute simpleaur -h).# Instalation
`git clone https://github.com/edu4rdshl/simpleaur.git`ArchLinux users can install it from the PKGBUILD that is in AUR, type it commands:
```
$ mkdir simpleaur
$ cd simpleaur
$ curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=simpleaur-git
$ makepkg -sci
$ cd ..
$ rm -rf simpleaur/
```
# Usage```
Usage:
simpleaur package1 package2 Install package1 and package2 from AUR.
--help, -h Show it dialog.
--purge, -p Delete all compiled packages in $HOME/.simpleaur/Build.
--download, -d Download all PKGBUILDS of packages passed as arguments in $HOME/.simpleaur/pkgbuilds.
--purgepkg, -pp Delete all downloaded PKGBUILDS in /home/sechacklabs/.simpleaur/pkgbuilds.
--search, -s Search for packages in AUR.
--check, -c Check available updates for packages installed from AUR.
```You are free to move the script to /usr/bin and then use it's from everywhere. If you are using ArchLinux, install the simpleaur-git package from the AUR.